mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
adjust settings text
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"module": "nodenext",
|
|
||||||
"target": "ES2022",
|
|
||||||
"allowJs": true,
|
|
||||||
"checkJs": true,
|
|
||||||
"allowSyntheticDefaultImports": true,
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"moduleResolution": "nodenext",
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
"lib": ["esnext", "dom"],
|
|
||||||
"types": ["node"],
|
|
||||||
"noEmit": true
|
|
||||||
},
|
|
||||||
"include": ["**/*"],
|
|
||||||
"exclude": ["../node_modules", "../build"]
|
|
||||||
}
|
|
||||||
+65
-59
@@ -772,9 +772,9 @@
|
|||||||
"startup_linux": "Add \"--startup\" arg to startup VRCX.desktop file to start VRCX minimized at system startup"
|
"startup_linux": "Add \"--startup\" arg to startup VRCX.desktop file to start VRCX minimized at system startup"
|
||||||
},
|
},
|
||||||
"favorites": {
|
"favorites": {
|
||||||
"header": "Favorite Groups for Filtering",
|
"header": "Favorite Groups Filter",
|
||||||
"header_tooltip": "Choose which favorite groups are treated as VIP for filtering in Feed, Game Log, Notifications, and VR Overlay",
|
"header_tooltip": "Choose which favorite groups are treated as VIP for filtering in Feed, Game Log, Notifications, and VR Overlay",
|
||||||
"group_placeholder": "Choose Groups"
|
"group_placeholder": "Select Groups"
|
||||||
},
|
},
|
||||||
"logging": {
|
"logging": {
|
||||||
"header": "Logging",
|
"header": "Logging",
|
||||||
@@ -851,34 +851,37 @@
|
|||||||
"theme_mode_pink": "Pink",
|
"theme_mode_pink": "Pink",
|
||||||
"theme_mode_material3": "Material 3",
|
"theme_mode_material3": "Material 3",
|
||||||
"zoom": "Zoom",
|
"zoom": "Zoom",
|
||||||
"vrcplus_profile_icons": "VRCPlus Profile Icons",
|
"vrcplus_profile_icons": "VRChat+ Profile Icons",
|
||||||
|
"vrcplus_profile_icons_description": "Use VRChat+ exclusive profile icons when available.",
|
||||||
"show_instance_id": "Show Instance ID",
|
"show_instance_id": "Show Instance ID",
|
||||||
"show_status_bar": "Show Status Bar",
|
"show_status_bar": "Show Status Bar",
|
||||||
"age_gated_instances": "Show Age-Gated Instances",
|
"age_gated_instances": "Show Age-Gated Instances",
|
||||||
"age_gated_instances_description": "Show age-restricted instances. When disabled, these instances are hidden and shown as restricted.",
|
"age_gated_instances_description": "Show age-restricted instances. When disabled, these instances are hidden and shown as restricted.",
|
||||||
"nicknames": "Memo Nicknames",
|
"nicknames": "Friend Memo Nicknames",
|
||||||
|
"nicknames_description": "Show your custom memo names after usernames.",
|
||||||
"sort_favorite_by": "Sort Favorites by",
|
"sort_favorite_by": "Sort Favorites by",
|
||||||
"sort_favorite_by_name": "Name",
|
"sort_favorite_by_name": "Name",
|
||||||
"sort_favorite_by_date": "Date",
|
"sort_favorite_by_date": "Date",
|
||||||
"sort_favorite_by_players": "Players",
|
"sort_favorite_by_players": "Players",
|
||||||
"sort_instance_users_by": "Sort Instance Users by",
|
"sort_instance_users_by": "Sort Users in Instance by",
|
||||||
"sort_instance_users_by_time": "Time",
|
"sort_instance_users_by_time": "Time in Instance",
|
||||||
"sort_instance_users_by_alphabet": "Alphabetical",
|
"sort_instance_users_by_alphabet": "Name",
|
||||||
"table_page_sizes": "Table Page Sizes",
|
"table_page_sizes": "Table Page Sizes",
|
||||||
"table_page_sizes_error": "Page size must be a number between 1 and 1000",
|
"table_page_sizes_error": "Page size must be a number between 1 and 1000",
|
||||||
"show_notification_icon_dot": "Show Tray Notification Dot",
|
"show_notification_icon_dot": "Tray Notification Dot",
|
||||||
"striped_data_table_mode": "Striped Table Mode",
|
"striped_data_table_mode": "Striped Tables",
|
||||||
"toggle_pointer_on_hover": "Force Pointer on Hover",
|
"toggle_pointer_on_hover": "Clickable Cursor",
|
||||||
|
"toggle_pointer_on_hover_description": "Always show a pointer cursor for clickable elements.",
|
||||||
"accessible_status_indicators": "Accessible Status Indicators",
|
"accessible_status_indicators": "Accessible Status Indicators",
|
||||||
"accessible_status_indicators_description": "Adds shapes to status indicators so they're easier to distinguish without relying only on color",
|
"accessible_status_indicators_description": "Use shapes in addition to color to distinguish statuses.",
|
||||||
"use_official_status_colors": "Use Official Status Colors",
|
"use_official_status_colors": "Use Official Status Colors",
|
||||||
"use_official_status_colors_description": "Match VRChat's original status colors",
|
"use_official_status_colors_description": "Match VRChat's official status colors.",
|
||||||
"table_density": "Table Density",
|
"table_density": "Table Density",
|
||||||
"table_density_standard": "Standard",
|
"table_density_standard": "Standard",
|
||||||
"table_density_comfortable": "Comfortable",
|
"table_density_comfortable": "Comfortable",
|
||||||
"table_density_compact": "Compact",
|
"table_density_compact": "Compact",
|
||||||
"table_entries_settings": "Table Entries Settings",
|
"table_entries_settings": "Table Entries Settings",
|
||||||
"table_entries_settings_description": "Adjust how many entries are loaded and displayed in large lists"
|
"table_entries_settings_description": "Control how many items are loaded for lists and searches."
|
||||||
},
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"header": "Display"
|
"header": "Display"
|
||||||
@@ -925,13 +928,14 @@
|
|||||||
"vrchat_notes_description": "Shows notes stored in VRChat",
|
"vrchat_notes_description": "Shows notes stored in VRChat",
|
||||||
"vrcx_memos": "VRCX Memos",
|
"vrcx_memos": "VRCX Memos",
|
||||||
"vrcx_memos_description": "Shows notes saved locally in VRCX",
|
"vrcx_memos_description": "Shows notes saved locally in VRCX",
|
||||||
"recent_action_cooldown": "Recent Action Indicator",
|
"recent_action_cooldown": "Recent Action Icon",
|
||||||
"recent_action_cooldown_description": "Show a clock icon on invite/request actions that were recently performed",
|
"recent_action_cooldown_description": "Show a clock icon on recent invite and request actions.",
|
||||||
"recent_action_cooldown_minutes": "Cooldown (Minutes)"
|
"recent_action_cooldown_minutes": "Cooldown (Minutes)"
|
||||||
},
|
},
|
||||||
"user_colors": {
|
"user_colors": {
|
||||||
"header": "User Colors",
|
"header": "User Colors",
|
||||||
"random_colors_from_user_id": "Random Colors from User ID",
|
"random_colors_from_user_id": "Use Consistent Colors per User",
|
||||||
|
"random_colors_from_user_id_description": "Assign a consistent color to each user based on their ID.",
|
||||||
"trust_levels": {
|
"trust_levels": {
|
||||||
"visitor": "Visitor",
|
"visitor": "Visitor",
|
||||||
"new_user": "New User",
|
"new_user": "New User",
|
||||||
@@ -944,17 +948,17 @@
|
|||||||
},
|
},
|
||||||
"friend_log": {
|
"friend_log": {
|
||||||
"header": "Friend Log",
|
"header": "Friend Log",
|
||||||
"hide_unfriends": "Hide Unfriends"
|
"hide_unfriends": "Hide Unfriend Events"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"header": "Notifications",
|
"header": "Notifications",
|
||||||
"layout": "Notification Layout",
|
"layout": "Notification View",
|
||||||
"layout_notification_center": "Notification Center",
|
"layout_notification_center": "Notification Center",
|
||||||
"layout_table": "Table",
|
"layout_table": "Notifications Tab",
|
||||||
"notification_filter": "Notification Filter",
|
"notification_filter": "Notification Filters",
|
||||||
"test_notification": "Test Notification",
|
"test_notification": "Send Test Notification",
|
||||||
"steamvr_notifications": {
|
"steamvr_notifications": {
|
||||||
"header": "SteamVR Notifications",
|
"header": "SteamVR Notifications",
|
||||||
"steamvr_overlay": "SteamVR Overlay",
|
"steamvr_overlay": "SteamVR Overlay",
|
||||||
@@ -964,31 +968,33 @@
|
|||||||
"wayvr_notifications": "WayVR Notifications",
|
"wayvr_notifications": "WayVR Notifications",
|
||||||
"ovrtoolkit_hud_notifications": "OVR Toolkit HUD Notifications",
|
"ovrtoolkit_hud_notifications": "OVR Toolkit HUD Notifications",
|
||||||
"ovrtoolkit_wrist_notifications": "OVR Toolkit Wrist Notifications",
|
"ovrtoolkit_wrist_notifications": "OVR Toolkit Wrist Notifications",
|
||||||
"user_images": "User Images (Slower)",
|
"user_images": "Show User Icons",
|
||||||
|
"user_images_description": "May impact performance.",
|
||||||
"notification_opacity": "Notification Opacity",
|
"notification_opacity": "Notification Opacity",
|
||||||
"notification_timeout": "Notification Timeout"
|
"notification_timeout": "Notification Timeout"
|
||||||
},
|
},
|
||||||
"conditions": {
|
"conditions": {
|
||||||
"never": "Never",
|
"never": "Never",
|
||||||
"desktop": "Desktop Mode",
|
"desktop": "Desktop Only",
|
||||||
"inside_vr": "Inside VR",
|
"inside_vr": "In VR",
|
||||||
"outside_vr": "Outside VR",
|
"outside_vr": "Outside VR",
|
||||||
"inside_vrchat": "Inside VRChat",
|
"inside_vrchat": "In VRChat",
|
||||||
"outside_vrchat": "Outside VRChat",
|
"outside_vrchat": "Outside VRChat",
|
||||||
"always": "Always"
|
"always": "Always"
|
||||||
},
|
},
|
||||||
"desktop_notifications": {
|
"desktop_notifications": {
|
||||||
"header": "Desktop Notifications",
|
"header": "Desktop Notifications",
|
||||||
"when_to_display": "When to Display",
|
"when_to_display": "Show Desktop Notifications",
|
||||||
"desktop_notification_while_afk": "Desktop Notifications While AFK"
|
"when_to_display_vr": "Show VR Notifications",
|
||||||
|
"desktop_notification_while_afk": "Show Notifications While AFK"
|
||||||
},
|
},
|
||||||
"text_to_speech": {
|
"text_to_speech": {
|
||||||
"header": "Text-To-Speech",
|
"header": "Text-To-Speech",
|
||||||
"when_to_play": "Notification TTS",
|
"when_to_play": "Notification TTS",
|
||||||
"tts_voice": "TTS Voice",
|
"tts_voice": "TTS Voice",
|
||||||
"use_memo_nicknames": "Use Memo Nicknames",
|
"use_memo_nicknames": "Use Memo Nicknames for TTS",
|
||||||
"play": "Play",
|
"play": "Play",
|
||||||
"tts_test_placeholder": "Test TTS"
|
"tts_test_placeholder": "Play Test TTS"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -1005,12 +1011,12 @@
|
|||||||
"overlay_button": "Overlay Button",
|
"overlay_button": "Overlay Button",
|
||||||
"overlay_button_grip": "Grip",
|
"overlay_button_grip": "Grip",
|
||||||
"overlay_button_menu": "Menu",
|
"overlay_button_menu": "Menu",
|
||||||
"display_overlay_on": "Display Overlay On",
|
"display_overlay_on": "Display On",
|
||||||
"display_overlay_on_left": "Left Hand",
|
"display_overlay_on_left": "Left Hand",
|
||||||
"display_overlay_on_right": "Right Hand",
|
"display_overlay_on_right": "Right Hand",
|
||||||
"display_overlay_on_both": "Both Hands",
|
"display_overlay_on_both": "Both Hands",
|
||||||
"grey_background": "Grey Background",
|
"grey_background": "Use Gray Background",
|
||||||
"minimal_feed_icons": "Minimal Feed Icons",
|
"minimal_feed_icons": "Use Minimal Feed Icons",
|
||||||
"show_vr_devices": "Show VR Devices",
|
"show_vr_devices": "Show VR Devices",
|
||||||
"show_cpu_usage": "Show CPU Usage",
|
"show_cpu_usage": "Show CPU Usage",
|
||||||
"show_game_uptime": "Show Game Uptime",
|
"show_game_uptime": "Show Game Uptime",
|
||||||
@@ -1021,17 +1027,17 @@
|
|||||||
"discord_presence": {
|
"discord_presence": {
|
||||||
"discord_presence": {
|
"discord_presence": {
|
||||||
"header": "Discord Presence",
|
"header": "Discord Presence",
|
||||||
"description": "* Only active whilst in an instance.",
|
"description": "* Only active while in an instance.",
|
||||||
"enable": "Enable",
|
"enable": "Enable",
|
||||||
"enable_tooltip": "Recommended to disable Rich Presence in VRChat config.json to stop it from conflicting",
|
"enable_tooltip": "Disable VRChat's Rich Presence to avoid conflicts.",
|
||||||
"instance_type_player_count": "Instance Type & Player Count",
|
"instance_type_player_count": "Instance Type & Player Count",
|
||||||
"join_button": "Join Button (Public Only)",
|
"join_button": "Join Button (Public Only)",
|
||||||
"show_details_in_private": "Show World Details While in Private",
|
"show_details_in_private": "Show Details in Private Instances",
|
||||||
"show_images": "Show World Images",
|
"show_images": "Show World Images",
|
||||||
"show_current_platform": "Show Current Platform",
|
"show_current_platform": "Show Current Platform",
|
||||||
"world_integration": "World Integration",
|
"world_integration": "World Integration",
|
||||||
"world_integration_tooltip": "Show \"Watching/Listening to\" for Popcorn Palace, PyPyDance, VRDancing and LS Media",
|
"world_integration_tooltip": "Show \"Watching/Listening to\" for Popcorn Palace, PyPyDance, VRDancing and LS Media",
|
||||||
"display_world_name_as_discord_status": "Display World Name as Discord Status"
|
"display_world_name_as_discord_status": "Use World Name as Activity"
|
||||||
},
|
},
|
||||||
"rpc": {
|
"rpc": {
|
||||||
"vr": "VR",
|
"vr": "VR",
|
||||||
@@ -1043,7 +1049,7 @@
|
|||||||
"pictures": {
|
"pictures": {
|
||||||
"pictures": {
|
"pictures": {
|
||||||
"auto_delete_old_prints": "Auto Delete Old Prints",
|
"auto_delete_old_prints": "Auto Delete Old Prints",
|
||||||
"auto_delete_prints_from_vrc": "Delete Old Prints from VRC When Reaching Print Limit"
|
"auto_delete_prints_from_vrc": "Auto-Delete Old Prints at Limit"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"advanced": {
|
"advanced": {
|
||||||
@@ -1061,20 +1067,20 @@
|
|||||||
"description": "Encrypt Password (Disables Auto Login)"
|
"description": "Encrypt Password (Disables Auto Login)"
|
||||||
},
|
},
|
||||||
"relaunch_vrchat": {
|
"relaunch_vrchat": {
|
||||||
"header": "Relaunch VRChat After Crashing",
|
"header": "Auto Relaunch VRChat After Crash",
|
||||||
"description": "Rejoin Last Instance When VRChat Crashes"
|
"description": "Automatically relaunch and rejoin the last instance after a crash."
|
||||||
},
|
},
|
||||||
"vrchat_quit_fix": {
|
"vrchat_quit_fix": {
|
||||||
"header": "VRChat Quit Fix",
|
"header": "Force Quit VRChat on Exit",
|
||||||
"description": "Kill VRChat After Exiting Game"
|
"description": "Kill VRChat After Exiting Game"
|
||||||
},
|
},
|
||||||
"auto_cache_management": {
|
"auto_cache_management": {
|
||||||
"header": "Automatically Manage Cache When Closing VRChat",
|
"header": "Auto Manage Cache on Exit",
|
||||||
"description": "Auto Delete Old Versions from Cache"
|
"description": "Automatically clean up old cache data when closing VRChat."
|
||||||
},
|
},
|
||||||
"self_invite": {
|
"self_invite": {
|
||||||
"header": "Self Invite",
|
"header": "Self Invite Action",
|
||||||
"description": "Self Invite Instead of Opening Instance in VRChat"
|
"description": "Use self invite instead of opening the instance in VRChat."
|
||||||
},
|
},
|
||||||
"anonymous_error_reporting": {
|
"anonymous_error_reporting": {
|
||||||
"header": "Anonymous Error Reporting (Nightly Only)",
|
"header": "Anonymous Error Reporting (Nightly Only)",
|
||||||
@@ -1085,8 +1091,8 @@
|
|||||||
"disabled_restart_description": "Error reporting disabled. Restart VRCX to apply changes?"
|
"disabled_restart_description": "Error reporting disabled. Restart VRCX to apply changes?"
|
||||||
},
|
},
|
||||||
"save_instance_prints_to_file": {
|
"save_instance_prints_to_file": {
|
||||||
"header": "Save Instance Prints To File",
|
"header": "Save Instance Prints to File",
|
||||||
"header_tooltip": "Requires \"--enable-sdk-log-levels\" VRC launch option",
|
"header_tooltip": "Requires the --enable-sdk-log-levels VRChat launch option.",
|
||||||
"description": "Save spawned prints to your VRChat Pictures folder",
|
"description": "Save spawned prints to your VRChat Pictures folder",
|
||||||
"crop": "Automatically Remove White Border from Prints",
|
"crop": "Automatically Remove White Border from Prints",
|
||||||
"crop_convert_old": "Would you like to crop all prints that have already been saved?",
|
"crop_convert_old": "Would you like to crop all prints that have already been saved?",
|
||||||
@@ -1094,15 +1100,15 @@
|
|||||||
"crop_convert_old_cancel": "No"
|
"crop_convert_old_cancel": "No"
|
||||||
},
|
},
|
||||||
"save_instance_stickers_to_file": {
|
"save_instance_stickers_to_file": {
|
||||||
"header": "Save Instance Stickers To File",
|
"header": "Save Instance Stickers to File",
|
||||||
"description": "Save placed stickers to your VRChat Pictures folder"
|
"description": "Save placed stickers to your VRChat Pictures folder"
|
||||||
},
|
},
|
||||||
"save_instance_emoji_to_file": {
|
"save_instance_emoji_to_file": {
|
||||||
"header": "Save Instance Emoji To File",
|
"header": "Save Instance Emoji to File",
|
||||||
"description": "Save spawned emoji to your VRChat Pictures folder"
|
"description": "Save spawned emoji to your VRChat Pictures folder"
|
||||||
},
|
},
|
||||||
"delete_all_screenshot_metadata": {
|
"delete_all_screenshot_metadata": {
|
||||||
"button": "Delete Screenshot Metadata",
|
"button": "Remove Screenshot Metadata",
|
||||||
"ask": "Are you sure you want to delete all VRC & VRCX screenshot metadata from your VRChat Pictures folder?",
|
"ask": "Are you sure you want to delete all VRC & VRCX screenshot metadata from your VRChat Pictures folder?",
|
||||||
"confirm": "Deleting all screenshot metadata is a very destructive action and cannot be undone! This includes all prints, sub folders and other unrelated images in your VRChat Pictures folder, if these photos are precious to you, please make a backup before proceeding.",
|
"confirm": "Deleting all screenshot metadata is a very destructive action and cannot be undone! This includes all prints, sub folders and other unrelated images in your VRChat Pictures folder, if these photos are precious to you, please make a backup before proceeding.",
|
||||||
"confirm_yes": "Yes",
|
"confirm_yes": "Yes",
|
||||||
@@ -1121,29 +1127,29 @@
|
|||||||
"enable_tooltip": "Fetches video titles for use with gameLog and duration for overlay progress bar"
|
"enable_tooltip": "Fetches video titles for use with gameLog and duration for overlay progress bar"
|
||||||
},
|
},
|
||||||
"translation_api": {
|
"translation_api": {
|
||||||
"header": "Bio Translate API",
|
"header": "Enable Content Translation",
|
||||||
"enable": "Enable",
|
"enable": "Enable",
|
||||||
"translation_api_key": "Translate API Key",
|
"translation_api_key": "Translate API Key",
|
||||||
"enable_tooltip": "Translate user bios"
|
"enable_tooltip": "Translate user bios and world descriptions on demand."
|
||||||
},
|
},
|
||||||
"video_progress_pie": {
|
"video_progress_pie": {
|
||||||
"header": "Progress Pie Overlay for Videos",
|
"header": "Progress Pie Overlay for Videos",
|
||||||
"enable": "Enable",
|
"enable": "Enable",
|
||||||
"enable_tooltip": "Requires SteamVR overlay to be enabled",
|
"enable_tooltip": "Requires SteamVR overlay to be enabled",
|
||||||
"dance_world_only": "Supported World Only"
|
"dance_world_only": "Supported Worlds Only"
|
||||||
},
|
},
|
||||||
"launch_commands": {
|
"launch_commands": {
|
||||||
"header": "Launch Commands (Deep Links)",
|
"header": "Launch Commands (Deep Links)",
|
||||||
"docs": "Launch Command Docs",
|
"docs": "Launch Command Docs",
|
||||||
"show_confirmation_on_switch_avatar_enable": "Show Confirmation Dialog Before Switching Avatars",
|
"show_confirmation_on_switch_avatar_enable": "Confirm Before Switching Avatars",
|
||||||
"show_confirmation_on_switch_avatar_tooltip": "When disabled VRCX will not come to the front when switching avatars and ask for confirmation",
|
"show_confirmation_on_switch_avatar_tooltip": "When disabled, VRCX will not ask for confirmation before switching avatars.",
|
||||||
"website_userscript": "VRC Website Userscript"
|
"website_userscript": "VRC Website Userscript"
|
||||||
},
|
},
|
||||||
"screenshot_helper": {
|
"screenshot_helper": {
|
||||||
"header": "Screenshot Helper",
|
"header": "Screenshot Helper",
|
||||||
"description": "Store world ID, world name and players inside the instance inside the file metadata of any pictures you take in-game.",
|
"description": "Embed world and instance data into VRChat screenshots as PNG metadata.",
|
||||||
"description_tooltip": "Unfortunately, windows doesn't support viewing PNG text chunks(few things do) natively, but you can view it using a command-line tool like exiftool, a png chunk inspector, or a hex editor.",
|
"description_tooltip": "Windows does not display PNG text metadata natively. Use tools like ExifTool or a PNG inspector to view it.",
|
||||||
"enable": "Enable",
|
"enable": "Enable Screenshot Metadata",
|
||||||
"modify_filename": "Modify Filename",
|
"modify_filename": "Modify Filename",
|
||||||
"modify_filename_tooltip": "Will add the World ID to screenshot filename, in addition to file metadata.",
|
"modify_filename_tooltip": "Will add the World ID to screenshot filename, in addition to file metadata.",
|
||||||
"copy_to_clipboard": "Copy to Clipboard"
|
"copy_to_clipboard": "Copy to Clipboard"
|
||||||
@@ -1214,9 +1220,9 @@
|
|||||||
"purge_failed": "Purge failed: {error}"
|
"purge_failed": "Purge failed: {error}"
|
||||||
},
|
},
|
||||||
"user_generated_content": {
|
"user_generated_content": {
|
||||||
"header": "User Generated Content",
|
"header": "Content Folder",
|
||||||
"folder": "Open Folder",
|
"folder": "Open Folder",
|
||||||
"description": "Open or set the folder where content such as 'Prints' and 'Stickers' are stored.",
|
"description": "Open or set the folder for VRChat content such as Prints and Stickers.",
|
||||||
"set_folder": "Set Folder",
|
"set_folder": "Set Folder",
|
||||||
"reset_override": "Reset"
|
"reset_override": "Reset"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -95,7 +95,9 @@
|
|||||||
" />
|
" />
|
||||||
</SettingsItem>
|
</SettingsItem>
|
||||||
|
|
||||||
<SettingsItem :label="t('view.settings.appearance.appearance.vrcplus_profile_icons')">
|
<SettingsItem
|
||||||
|
:label="t('view.settings.appearance.appearance.vrcplus_profile_icons')"
|
||||||
|
:description="t('view.settings.appearance.appearance.vrcplus_profile_icons_description')">
|
||||||
<Switch
|
<Switch
|
||||||
:model-value="displayVRCPlusIconsAsAvatar"
|
:model-value="displayVRCPlusIconsAsAvatar"
|
||||||
@update:modelValue="
|
@update:modelValue="
|
||||||
@@ -110,7 +112,9 @@
|
|||||||
<Switch :model-value="showInstanceIdInLocation" @update:modelValue="setShowInstanceIdInLocation" />
|
<Switch :model-value="showInstanceIdInLocation" @update:modelValue="setShowInstanceIdInLocation" />
|
||||||
</SettingsItem>
|
</SettingsItem>
|
||||||
|
|
||||||
<SettingsItem :label="t('view.settings.appearance.appearance.nicknames')">
|
<SettingsItem
|
||||||
|
:label="t('view.settings.appearance.appearance.nicknames')"
|
||||||
|
:description="t('view.settings.appearance.appearance.nicknames_description')">
|
||||||
<Switch
|
<Switch
|
||||||
:model-value="!hideNicknames"
|
:model-value="!hideNicknames"
|
||||||
@update:modelValue="
|
@update:modelValue="
|
||||||
@@ -129,7 +133,9 @@
|
|||||||
<Switch :model-value="isDataTableStriped" @update:modelValue="toggleStripedDataTable" />
|
<Switch :model-value="isDataTableStriped" @update:modelValue="toggleStripedDataTable" />
|
||||||
</SettingsItem>
|
</SettingsItem>
|
||||||
|
|
||||||
<SettingsItem :label="t('view.settings.appearance.appearance.toggle_pointer_on_hover')">
|
<SettingsItem
|
||||||
|
:label="t('view.settings.appearance.appearance.toggle_pointer_on_hover')"
|
||||||
|
:description="t('view.settings.appearance.appearance.toggle_pointer_on_hover_description')">
|
||||||
<Switch :model-value="showPointerOnHover" @update:modelValue="togglePointerOnHover" />
|
<Switch :model-value="showPointerOnHover" @update:modelValue="togglePointerOnHover" />
|
||||||
</SettingsItem>
|
</SettingsItem>
|
||||||
|
|
||||||
@@ -334,7 +340,9 @@
|
|||||||
</SettingsGroup>
|
</SettingsGroup>
|
||||||
|
|
||||||
<SettingsGroup :title="t('view.settings.appearance.user_colors.header')">
|
<SettingsGroup :title="t('view.settings.appearance.user_colors.header')">
|
||||||
<SettingsItem :label="t('view.settings.appearance.user_colors.random_colors_from_user_id')">
|
<SettingsItem
|
||||||
|
:label="t('view.settings.appearance.user_colors.random_colors_from_user_id')"
|
||||||
|
:description="t('view.settings.appearance.user_colors.random_colors_from_user_id_description')">
|
||||||
<Switch :model-value="randomUserColours" @update:modelValue="updateTrustColor('', '', true)" />
|
<Switch :model-value="randomUserColours" @update:modelValue="updateTrustColor('', '', true)" />
|
||||||
</SettingsItem>
|
</SettingsItem>
|
||||||
<div class="settings-item">
|
<div class="settings-item">
|
||||||
|
|||||||
@@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
<!-- VR Notifications -->
|
<!-- VR Notifications -->
|
||||||
<SettingsGroup :title="t('view.settings.vr.vr_notifications.header')">
|
<SettingsGroup :title="t('view.settings.vr.vr_notifications.header')">
|
||||||
<SettingsItem :label="t('view.settings.notifications.notifications.desktop_notifications.when_to_display')">
|
<SettingsItem :label="t('view.settings.notifications.notifications.desktop_notifications.when_to_display_vr')">
|
||||||
<ToggleGroup
|
<ToggleGroup
|
||||||
type="single"
|
type="single"
|
||||||
required
|
required
|
||||||
@@ -165,7 +165,9 @@
|
|||||||
</NumberField>
|
</NumberField>
|
||||||
</SettingsItem>
|
</SettingsItem>
|
||||||
|
|
||||||
<SettingsItem :label="t('view.settings.notifications.notifications.steamvr_notifications.user_images')">
|
<SettingsItem
|
||||||
|
:label="t('view.settings.notifications.notifications.steamvr_notifications.user_images')"
|
||||||
|
:description="t('view.settings.notifications.notifications.steamvr_notifications.user_images_description')">
|
||||||
<Switch
|
<Switch
|
||||||
:model-value="imageNotifications"
|
:model-value="imageNotifications"
|
||||||
@update:modelValue="
|
@update:modelValue="
|
||||||
|
|||||||
Reference in New Issue
Block a user