mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 00:03:51 +02:00
reorder i18n keys
This commit is contained in:
@@ -1,6 +1,20 @@
|
||||
{
|
||||
"language": "English (en)",
|
||||
"translator": "-",
|
||||
"common": {
|
||||
"no_data": "No data",
|
||||
"no_matching_records": "No matching records",
|
||||
"actions": {
|
||||
"open": "Open"
|
||||
},
|
||||
"time_units": {
|
||||
"y": "y",
|
||||
"d": "d",
|
||||
"h": "h",
|
||||
"m": "m",
|
||||
"s": "s"
|
||||
}
|
||||
},
|
||||
"nav_tooltip": {
|
||||
"friends_locations": "Friends Locations",
|
||||
"feed": "Feed",
|
||||
@@ -54,6 +68,22 @@
|
||||
"cancel": "Cancel"
|
||||
}
|
||||
},
|
||||
"side_panel": {
|
||||
"search_placeholder": "Search Friend",
|
||||
"search_result_active": "Offline",
|
||||
"search_result_offline": "Active",
|
||||
"search_result_more": "Search More:",
|
||||
"refresh_tooltip": "Refresh friends",
|
||||
"groups": "Groups",
|
||||
"friends": "Friends",
|
||||
"me": "ME",
|
||||
"favorite": "FAVORITES",
|
||||
"same_instance": "SAME INSTANCE",
|
||||
"online": "ONLINE",
|
||||
"active": "ACTIVE",
|
||||
"offline": "OFFLINE",
|
||||
"pending_offline": "Pending Offline"
|
||||
},
|
||||
"view": {
|
||||
"login": {
|
||||
"savedAccounts": "Saved Accounts",
|
||||
@@ -898,22 +928,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"side_panel": {
|
||||
"search_placeholder": "Search Friend",
|
||||
"search_result_active": "Offline",
|
||||
"search_result_offline": "Active",
|
||||
"search_result_more": "Search More:",
|
||||
"refresh_tooltip": "Refresh friends",
|
||||
"groups": "Groups",
|
||||
"friends": "Friends",
|
||||
"me": "ME",
|
||||
"favorite": "FAVORITES",
|
||||
"same_instance": "SAME INSTANCE",
|
||||
"online": "ONLINE",
|
||||
"active": "ACTIVE",
|
||||
"offline": "OFFLINE",
|
||||
"pending_offline": "Pending Offline"
|
||||
},
|
||||
"dialog": {
|
||||
"alertdialog": {
|
||||
"ok": "OK",
|
||||
@@ -1355,16 +1369,6 @@
|
||||
"local_favorites": "Local Favorites",
|
||||
"local_avatar_favorites": "Local Favorites (Requires VRC+)"
|
||||
},
|
||||
"invite": {
|
||||
"header": "Invite",
|
||||
"select_placeholder": "Choose Friends",
|
||||
"add_self": "Add Self",
|
||||
"add_friends_in_instance": "Add Friends In Instance",
|
||||
"add_favorite_friends": "Add Favorite Friends",
|
||||
"invite_with_message": "Invite With Message",
|
||||
"invite": "Invite",
|
||||
"friends_in_instance": "Friends In Instance"
|
||||
},
|
||||
"social_status": {
|
||||
"header": "Social Status",
|
||||
"history": "History",
|
||||
@@ -1435,6 +1439,22 @@
|
||||
"open_ingame": "Open in-game",
|
||||
"display_name": "Display Name (VRC+)"
|
||||
},
|
||||
"launch": {
|
||||
"header": "Launch",
|
||||
"url": "URL",
|
||||
"short_url": "Short URL",
|
||||
"short_url_notice": "Short URL's expire after a set period of time",
|
||||
"location": "Location",
|
||||
"copy_tooltip": "Copy to clipboard",
|
||||
"start_as_desktop": "Launch (Desktop)",
|
||||
"invite": "Invite",
|
||||
"launch": "Launch (VR)",
|
||||
"open_ingame": "Open in-game",
|
||||
"self_invite": "Self invite",
|
||||
"game_running_warning": "Are you sure you want to launch a second VRChat instance?",
|
||||
"confirm_yes": "Yes",
|
||||
"confirm_no": "No"
|
||||
},
|
||||
"launch_options": {
|
||||
"header": "VRChat Launch Options",
|
||||
"description": "These options are for advanced users only.",
|
||||
@@ -1444,6 +1464,259 @@
|
||||
"unity_manual": "Unity Manual",
|
||||
"save": "Save"
|
||||
},
|
||||
"invite": {
|
||||
"header": "Invite",
|
||||
"select_placeholder": "Choose Friends",
|
||||
"add_self": "Add Self",
|
||||
"add_friends_in_instance": "Add Friends In Instance",
|
||||
"add_favorite_friends": "Add Favorite Friends",
|
||||
"invite_with_message": "Invite With Message",
|
||||
"invite": "Invite",
|
||||
"friends_in_instance": "Friends In Instance"
|
||||
},
|
||||
"invite_to_group": {
|
||||
"header": "Invite To Group",
|
||||
"description": "Don't spam invite users, you'll get rate limited.",
|
||||
"choose_group_placeholder": "Choose Group",
|
||||
"groups_with_invite_permission": "Groups with Invite Permission",
|
||||
"choose_friends_placeholder": "Choose Friends",
|
||||
"selected_users": "Selected Users",
|
||||
"invite": "Invite"
|
||||
},
|
||||
"invite_message": {
|
||||
"header": "Send Invite Message",
|
||||
"confirmation": "Are you sure you want to send?",
|
||||
"select_image": "Select Image",
|
||||
"clear_selected_image": "Clear Selected Image",
|
||||
"cancel": "Cancel",
|
||||
"refresh": "Refresh",
|
||||
"confirm": "Confirm"
|
||||
},
|
||||
"invite_request_message": {
|
||||
"header": "Send Invite Request Message",
|
||||
"cancel": "Cancel",
|
||||
"refresh": "Refresh"
|
||||
},
|
||||
"invite_response_message": {
|
||||
"header": "Send Invite Response Message",
|
||||
"confirmation": "Are you sure you want to send?",
|
||||
"cancel": "Cancel",
|
||||
"refresh": "Refresh",
|
||||
"confirm": "Confirm"
|
||||
},
|
||||
"invite_request_response_message": {
|
||||
"header": "Send Invite Request Response Message",
|
||||
"cancel": "Cancel",
|
||||
"refresh": "Refresh"
|
||||
},
|
||||
"edit_invite_messages": {
|
||||
"header": "Edit Invite Messages",
|
||||
"invite_message_tab": "Invite",
|
||||
"invite_request_tab": "Invite Request",
|
||||
"invite_request_response_tab": "Invite Request Response",
|
||||
"invite_response_tab": "Invite Response"
|
||||
},
|
||||
"edit_invite_message": {
|
||||
"header": "Edit Invite Message",
|
||||
"description": "1 hour edit cool down time.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"edit_send_invite_message": {
|
||||
"header": "Edit and Send Invite Message",
|
||||
"description": "1 hour edit cool down time.",
|
||||
"cancel": "Cancel",
|
||||
"send": "Send"
|
||||
},
|
||||
"edit_send_invite_response_message": {
|
||||
"header": "Edit and Send Invite Response Message",
|
||||
"description": "1 hour edit cool down time.",
|
||||
"cancel": "Cancel",
|
||||
"send": "Send"
|
||||
},
|
||||
"world_export": {
|
||||
"header": "World Favorites Export"
|
||||
},
|
||||
"world_import": {
|
||||
"header": "World Favorites Import",
|
||||
"description": "Enter a list of world IDs",
|
||||
"process_list": "Process List",
|
||||
"process_progress": "Progress:",
|
||||
"select_vrchat_group_placeholder": "Select Group",
|
||||
"select_local_group_placeholder": "Select Group",
|
||||
"import": "Import Worlds",
|
||||
"cancel": "Cancel",
|
||||
"import_progress": "Import Progress:",
|
||||
"clear_table": "Clear Table",
|
||||
"errors": "Errors:",
|
||||
"clear_errors": "Clear Errors"
|
||||
},
|
||||
"avatar_export": {
|
||||
"header": "Avatar Favorites Export"
|
||||
},
|
||||
"avatar_import": {
|
||||
"header": "Avatar Favorites Import",
|
||||
"description": "Enter a list of avatar IDs",
|
||||
"process_list": "Process List",
|
||||
"process_progress": "Progress:",
|
||||
"select_group_placeholder": "Select Group",
|
||||
"import": "Import Avatars",
|
||||
"cancel": "Cancel",
|
||||
"import_progress": "Import Progress:",
|
||||
"clear_table": "Clear Table",
|
||||
"errors": "Errors:",
|
||||
"clear_errors": "Clear Errors"
|
||||
},
|
||||
"friend_export": {
|
||||
"header": "Friend Favorites Export"
|
||||
},
|
||||
"friend_import": {
|
||||
"header": "Friend Favorites Import",
|
||||
"description": "Enter a list of user IDs",
|
||||
"process_list": "Process List",
|
||||
"process_progress": "Progress:",
|
||||
"select_group_placeholder": "Select Group",
|
||||
"import": "Import Friends",
|
||||
"cancel": "Cancel",
|
||||
"import_progress": "Import Progress:",
|
||||
"clear_table": "Clear Table",
|
||||
"errors": "Errors:",
|
||||
"clear_errors": "Clear Errors"
|
||||
},
|
||||
"export_friends_list": {
|
||||
"header": "Export Friends List",
|
||||
"csv": "CSV",
|
||||
"json": "JSON"
|
||||
},
|
||||
"export_own_avatars": {
|
||||
"header": "Export Own Avatars"
|
||||
},
|
||||
"discord_names": {
|
||||
"header": "Discord Names",
|
||||
"description": "Click load missing entries in the Friends List tab to search entire friends list"
|
||||
},
|
||||
"note_export": {
|
||||
"header": "Note Export",
|
||||
"description1": "This process will export all of your VRCX memos and import them into VRChat notes.",
|
||||
"description2": "Be warned of the following limitations:",
|
||||
"description3": "- API endpoint has a rate limit that requires a large delay between requests.",
|
||||
"description4": "- Character limit of 256 per note.",
|
||||
"description5": "- Swear words filter (no fun allowed).",
|
||||
"description6": "- No new lines (they will replaced with a space).",
|
||||
"description7": "- This will overwrite any existing VRChat notes for these users.",
|
||||
"description8": "- Any edits made here wont affect VRCX memos but will affect VRChat notes once exported.",
|
||||
"refresh": "Refresh",
|
||||
"export": "Export",
|
||||
"cancel": "Cancel",
|
||||
"progress": "Progress:",
|
||||
"errors": "Errors:",
|
||||
"clear_errors": "Clear Errors"
|
||||
},
|
||||
"gallery_icons": {
|
||||
"header": "Manage Photos, Icons, Emojis and Stickers",
|
||||
"recommended_image_size": "Recommended image size",
|
||||
"gallery": "Photos",
|
||||
"icons": "Icons",
|
||||
"emojis": "Emojis",
|
||||
"stickers": "Stickers",
|
||||
"prints": "Prints",
|
||||
"inventory": "Inventory",
|
||||
"refresh": "Refresh",
|
||||
"upload": "Upload",
|
||||
"clear": "Clear",
|
||||
"emoji_animation_styles": "Animation Styles",
|
||||
"emoji_animation_type": "Animated Emoji",
|
||||
"emoji_animation_fps": "FPS:",
|
||||
"emoji_animation_frame_count": "Frame Count:",
|
||||
"emoji_loop_pingpong": "Loop PingPong",
|
||||
"flipbook_info": "Select a 1024x1024 PNG spritesheet to use as an animated emoji, available frame grid sizes: 4, 16 or 64 (max FPS 64, max frames 64)",
|
||||
"note": "Note",
|
||||
"crop_print_border": "Crop Print Border",
|
||||
"consume_bundle": "Consume",
|
||||
"item": "Item",
|
||||
"sticker": "Sticker",
|
||||
"drone_skin": "Drone Skin",
|
||||
"emoji": "Emoji",
|
||||
"redeem": "Redeem",
|
||||
"create_animated_emoji": "Animated Emoji Generator"
|
||||
},
|
||||
"gallery_select": {
|
||||
"header": "Select Image",
|
||||
"gallery": "Photos",
|
||||
"none": "None",
|
||||
"refresh": "Refresh",
|
||||
"upload": "Upload"
|
||||
},
|
||||
"change_content_image": {
|
||||
"avatar": "Change Avatar Image",
|
||||
"world": "Change World Image",
|
||||
"description": "Recommended image size: 1200x900px (4:3)",
|
||||
"upload": "Upload Image"
|
||||
},
|
||||
"screenshot_metadata": {
|
||||
"header": "Screenshot Metadata",
|
||||
"drag": "Drag and drop a screenshot here",
|
||||
"browse": "Browse",
|
||||
"last_screenshot": "Last Screenshot",
|
||||
"copy_image": "Copy Image",
|
||||
"open_folder": "Open Folder",
|
||||
"delete_metadata": "Delete Metadata",
|
||||
"upload": "Upload",
|
||||
"search_placeholder": "Search",
|
||||
"search_type_placeholder": "Search Type",
|
||||
"search_types": {
|
||||
"player_name": "Player Name",
|
||||
"player_id": "Player ID",
|
||||
"world_name": "World Name",
|
||||
"world_id": "World ID"
|
||||
},
|
||||
"no_results": "No results found",
|
||||
"invalid_file": "Invalid file selected. Please select a valid VRChat screenshot."
|
||||
},
|
||||
"set_world_tags": {
|
||||
"header": "Set World Tags",
|
||||
"avatar_scaling_disabled": "Disable avatar scaling",
|
||||
"focus_view_disabled": "Disable focus view",
|
||||
"enable_debugging": "Enable world debugging for others",
|
||||
"author_tags": "Author Tags (comma separated)",
|
||||
"content_tags": "Content Warning Tags",
|
||||
"content_horror": "Horror",
|
||||
"content_gore": "Gore",
|
||||
"content_violence": "Violence",
|
||||
"content_adult": "Adult",
|
||||
"content_sex": "Sexual",
|
||||
"default_content_settings": "Default Content Settings",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"set_avatar_tags": {
|
||||
"header": "Set Avatar Tags",
|
||||
"content_horror": "Horror",
|
||||
"content_gore": "Gore",
|
||||
"content_violence": "Violence",
|
||||
"content_adult": "Adult",
|
||||
"content_sex": "Sexual",
|
||||
"custom_tags_placeholder": "Custom tags",
|
||||
"select_all": "Select All",
|
||||
"select_none": "Select None",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"set_avatar_styles": {
|
||||
"header": "Set Avatar Styles",
|
||||
"primary_style": "Primary Style",
|
||||
"secondary_style": "Secondary Style",
|
||||
"select_style": "Select Style",
|
||||
"save_success": "Avatar styles changed successfully",
|
||||
"save_failed": "Failed to change avatar styles",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"allowed_video_player_domains": {
|
||||
"header": "Allowed Video Player Domains",
|
||||
"add_domain": "Add Domain",
|
||||
"save": "Save"
|
||||
},
|
||||
"config_json": {
|
||||
"header": "VRChat Config JSON",
|
||||
"description1": "These options are for advanced users only.",
|
||||
@@ -1500,86 +1773,6 @@
|
||||
"msg_models_fetched": "Found {count} models",
|
||||
"msg_no_models_found": "No models found"
|
||||
},
|
||||
"set_world_tags": {
|
||||
"header": "Set World Tags",
|
||||
"avatar_scaling_disabled": "Disable avatar scaling",
|
||||
"focus_view_disabled": "Disable focus view",
|
||||
"enable_debugging": "Enable world debugging for others",
|
||||
"author_tags": "Author Tags (comma separated)",
|
||||
"content_tags": "Content Warning Tags",
|
||||
"content_horror": "Horror",
|
||||
"content_gore": "Gore",
|
||||
"content_violence": "Violence",
|
||||
"content_adult": "Adult",
|
||||
"content_sex": "Sexual",
|
||||
"default_content_settings": "Default Content Settings",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"set_avatar_tags": {
|
||||
"header": "Set Avatar Tags",
|
||||
"content_horror": "Horror",
|
||||
"content_gore": "Gore",
|
||||
"content_violence": "Violence",
|
||||
"content_adult": "Adult",
|
||||
"content_sex": "Sexual",
|
||||
"custom_tags_placeholder": "Custom tags",
|
||||
"select_all": "Select All",
|
||||
"select_none": "Select None",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"set_avatar_styles": {
|
||||
"header": "Set Avatar Styles",
|
||||
"primary_style": "Primary Style",
|
||||
"secondary_style": "Secondary Style",
|
||||
"select_style": "Select Style",
|
||||
"save_success": "Avatar styles changed successfully",
|
||||
"save_failed": "Failed to change avatar styles",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"vrcx_updater": {
|
||||
"header": "VRCX Updater",
|
||||
"latest_version": "VRCX is up to date.",
|
||||
"ready_for_update": "Ready for install, restart VRCX to apply.",
|
||||
"branch_stable": "Stable",
|
||||
"branch_nightly": "Nightly",
|
||||
"nightly_title": "Nightly builds",
|
||||
"nightly_notice": "Nightly builds are for testing. For stability, use stable build.",
|
||||
"release": "Release",
|
||||
"download": "Download",
|
||||
"install": "Install",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
"launch": {
|
||||
"header": "Launch",
|
||||
"url": "URL",
|
||||
"short_url": "Short URL",
|
||||
"short_url_notice": "Short URL's expire after a set period of time",
|
||||
"location": "Location",
|
||||
"copy_tooltip": "Copy to clipboard",
|
||||
"start_as_desktop": "Launch (Desktop)",
|
||||
"invite": "Invite",
|
||||
"launch": "Launch (VR)",
|
||||
"open_ingame": "Open in-game",
|
||||
"self_invite": "Self invite",
|
||||
"game_running_warning": "Are you sure you want to launch a second VRChat instance?",
|
||||
"confirm_yes": "Yes",
|
||||
"confirm_no": "No"
|
||||
},
|
||||
"export_friends_list": {
|
||||
"header": "Export Friends List",
|
||||
"csv": "CSV",
|
||||
"json": "JSON"
|
||||
},
|
||||
"export_own_avatars": {
|
||||
"header": "Export Own Avatars"
|
||||
},
|
||||
"discord_names": {
|
||||
"header": "Discord Names",
|
||||
"description": "Click load missing entries in the Friends List tab to search entire friends list"
|
||||
},
|
||||
"notification_position": {
|
||||
"header": "Notification Position",
|
||||
"description": "Choose a notification position.",
|
||||
@@ -1596,240 +1789,11 @@
|
||||
"reset": "Reset",
|
||||
"close": "Close"
|
||||
},
|
||||
"world_export": {
|
||||
"header": "World Favorites Export"
|
||||
},
|
||||
"world_import": {
|
||||
"header": "World Favorites Import",
|
||||
"description": "Enter a list of world IDs",
|
||||
"process_list": "Process List",
|
||||
"process_progress": "Progress:",
|
||||
"select_vrchat_group_placeholder": "Select Group",
|
||||
"select_local_group_placeholder": "Select Group",
|
||||
"import": "Import Worlds",
|
||||
"cancel": "Cancel",
|
||||
"import_progress": "Import Progress:",
|
||||
"clear_table": "Clear Table",
|
||||
"errors": "Errors:",
|
||||
"clear_errors": "Clear Errors"
|
||||
},
|
||||
"avatar_export": {
|
||||
"header": "Avatar Favorites Export"
|
||||
},
|
||||
"avatar_import": {
|
||||
"header": "Avatar Favorites Import",
|
||||
"description": "Enter a list of avatar IDs",
|
||||
"process_list": "Process List",
|
||||
"process_progress": "Progress:",
|
||||
"select_group_placeholder": "Select Group",
|
||||
"import": "Import Avatars",
|
||||
"cancel": "Cancel",
|
||||
"import_progress": "Import Progress:",
|
||||
"clear_table": "Clear Table",
|
||||
"errors": "Errors:",
|
||||
"clear_errors": "Clear Errors"
|
||||
},
|
||||
"friend_export": {
|
||||
"header": "Friend Favorites Export"
|
||||
},
|
||||
"friend_import": {
|
||||
"header": "Friend Favorites Import",
|
||||
"description": "Enter a list of user IDs",
|
||||
"process_list": "Process List",
|
||||
"process_progress": "Progress:",
|
||||
"select_group_placeholder": "Select Group",
|
||||
"import": "Import Friends",
|
||||
"cancel": "Cancel",
|
||||
"import_progress": "Import Progress:",
|
||||
"clear_table": "Clear Table",
|
||||
"errors": "Errors:",
|
||||
"clear_errors": "Clear Errors"
|
||||
},
|
||||
"avatar_database_provider": {
|
||||
"header": "Avatar Database Provider",
|
||||
"add_provider": "Add Provider"
|
||||
},
|
||||
"chatbox_blacklist": {
|
||||
"header": "Chatbox Blacklist",
|
||||
"keyword_blacklist": "Keyword Blacklist",
|
||||
"user_blacklist": "User Blacklist",
|
||||
"add_item": "Add Item"
|
||||
},
|
||||
"invite_to_group": {
|
||||
"header": "Invite To Group",
|
||||
"description": "Don't spam invite users, you'll get rate limited.",
|
||||
"choose_group_placeholder": "Choose Group",
|
||||
"groups_with_invite_permission": "Groups with Invite Permission",
|
||||
"choose_friends_placeholder": "Choose Friends",
|
||||
"selected_users": "Selected Users",
|
||||
"invite": "Invite"
|
||||
},
|
||||
"note_export": {
|
||||
"header": "Note Export",
|
||||
"description1": "This process will export all of your VRCX memos and import them into VRChat notes.",
|
||||
"description2": "Be warned of the following limitations:",
|
||||
"description3": "- API endpoint has a rate limit that requires a large delay between requests.",
|
||||
"description4": "- Character limit of 256 per note.",
|
||||
"description5": "- Swear words filter (no fun allowed).",
|
||||
"description6": "- No new lines (they will replaced with a space).",
|
||||
"description7": "- This will overwrite any existing VRChat notes for these users.",
|
||||
"description8": "- Any edits made here wont affect VRCX memos but will affect VRChat notes once exported.",
|
||||
"refresh": "Refresh",
|
||||
"export": "Export",
|
||||
"cancel": "Cancel",
|
||||
"progress": "Progress:",
|
||||
"errors": "Errors:",
|
||||
"clear_errors": "Clear Errors"
|
||||
},
|
||||
"edit_invite_message": {
|
||||
"header": "Edit Invite Message",
|
||||
"description": "1 hour edit cool down time.",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"edit_invite_messages": {
|
||||
"header": "Edit Invite Messages",
|
||||
"invite_message_tab": "Invite",
|
||||
"invite_request_tab": "Invite Request",
|
||||
"invite_request_response_tab": "Invite Request Response",
|
||||
"invite_response_tab": "Invite Response"
|
||||
},
|
||||
"invite_message": {
|
||||
"header": "Send Invite Message",
|
||||
"confirmation": "Are you sure you want to send?",
|
||||
"select_image": "Select Image",
|
||||
"clear_selected_image": "Clear Selected Image",
|
||||
"cancel": "Cancel",
|
||||
"refresh": "Refresh",
|
||||
"confirm": "Confirm"
|
||||
},
|
||||
"invite_request_message": {
|
||||
"header": "Send Invite Request Message",
|
||||
"cancel": "Cancel",
|
||||
"refresh": "Refresh"
|
||||
},
|
||||
"invite_response_message": {
|
||||
"header": "Send Invite Response Message",
|
||||
"confirmation": "Are you sure you want to send?",
|
||||
"cancel": "Cancel",
|
||||
"refresh": "Refresh",
|
||||
"confirm": "Confirm"
|
||||
},
|
||||
"invite_request_response_message": {
|
||||
"header": "Send Invite Request Response Message",
|
||||
"cancel": "Cancel",
|
||||
"refresh": "Refresh"
|
||||
},
|
||||
"edit_send_invite_message": {
|
||||
"header": "Edit and Send Invite Message",
|
||||
"description": "1 hour edit cool down time.",
|
||||
"cancel": "Cancel",
|
||||
"send": "Send"
|
||||
},
|
||||
"edit_send_invite_response_message": {
|
||||
"header": "Edit and Send Invite Response Message",
|
||||
"description": "1 hour edit cool down time.",
|
||||
"cancel": "Cancel",
|
||||
"send": "Send"
|
||||
},
|
||||
"gallery_icons": {
|
||||
"header": "Manage Photos, Icons, Emojis and Stickers",
|
||||
"recommended_image_size": "Recommended image size",
|
||||
"gallery": "Photos",
|
||||
"icons": "Icons",
|
||||
"emojis": "Emojis",
|
||||
"stickers": "Stickers",
|
||||
"prints": "Prints",
|
||||
"inventory": "Inventory",
|
||||
"refresh": "Refresh",
|
||||
"upload": "Upload",
|
||||
"clear": "Clear",
|
||||
"emoji_animation_styles": "Animation Styles",
|
||||
"emoji_animation_type": "Animated Emoji",
|
||||
"emoji_animation_fps": "FPS:",
|
||||
"emoji_animation_frame_count": "Frame Count:",
|
||||
"emoji_loop_pingpong": "Loop PingPong",
|
||||
"flipbook_info": "Select a 1024x1024 PNG spritesheet to use as an animated emoji, available frame grid sizes: 4, 16 or 64 (max FPS 64, max frames 64)",
|
||||
"note": "Note",
|
||||
"crop_print_border": "Crop Print Border",
|
||||
"consume_bundle": "Consume",
|
||||
"item": "Item",
|
||||
"sticker": "Sticker",
|
||||
"drone_skin": "Drone Skin",
|
||||
"emoji": "Emoji",
|
||||
"redeem": "Redeem",
|
||||
"create_animated_emoji": "Animated Emoji Generator"
|
||||
},
|
||||
"change_content_image": {
|
||||
"avatar": "Change Avatar Image",
|
||||
"world": "Change World Image",
|
||||
"description": "Recommended image size: 1200x900px (4:3)",
|
||||
"upload": "Upload Image"
|
||||
},
|
||||
"previous_instances": {
|
||||
"header": "Previous Instances",
|
||||
"info": "Previous Instance Info",
|
||||
"search_placeholder": "Search"
|
||||
},
|
||||
"change_log": {
|
||||
"header": "Change Log",
|
||||
"description": "Consider donating to support future development of VRCX",
|
||||
"close": "Close",
|
||||
"donate": "Donate",
|
||||
"github": "GitHub"
|
||||
},
|
||||
"gallery_select": {
|
||||
"header": "Select Image",
|
||||
"gallery": "Photos",
|
||||
"none": "None",
|
||||
"refresh": "Refresh",
|
||||
"upload": "Upload"
|
||||
},
|
||||
"open_source": {
|
||||
"header": "Open Source Software Notice",
|
||||
"description": "VRCX is based on open source software. It was possible because of their contribution."
|
||||
},
|
||||
"primary_password": {
|
||||
"header": "Primary Password Required",
|
||||
"password_placeholder": "Input new password",
|
||||
"re_input_placeholder": "Re-input password",
|
||||
"ok": "OK"
|
||||
},
|
||||
"screenshot_metadata": {
|
||||
"header": "Screenshot Metadata",
|
||||
"drag": "Drag and drop a screenshot here",
|
||||
"browse": "Browse",
|
||||
"last_screenshot": "Last Screenshot",
|
||||
"copy_image": "Copy Image",
|
||||
"open_folder": "Open Folder",
|
||||
"delete_metadata": "Delete Metadata",
|
||||
"upload": "Upload",
|
||||
"search_placeholder": "Search",
|
||||
"search_type_placeholder": "Search Type",
|
||||
"search_types": {
|
||||
"player_name": "Player Name",
|
||||
"player_id": "Player ID",
|
||||
"world_name": "World Name",
|
||||
"world_id": "World ID"
|
||||
},
|
||||
"no_results": "No results found",
|
||||
"invalid_file": "Invalid file selected. Please select a valid VRChat screenshot."
|
||||
},
|
||||
"registry_backup": {
|
||||
"header": "VRC Registry Settings Backup",
|
||||
"backup": "Backup",
|
||||
"restore": "Restore",
|
||||
"save_to_file": "Save to file",
|
||||
"delete": "Delete",
|
||||
"restore_from_file": "Restore from file",
|
||||
"reset": "Reset",
|
||||
"name": "Name",
|
||||
"date": "Date",
|
||||
"action": "Action",
|
||||
"auto_backup": "Auto backup every 3 days (deletes after 2 weeks)",
|
||||
"ask_to_restore": "Ask to restore when no VRC registry settings are present",
|
||||
"restore_prompt": "VRCX has noticed auto backup of VRC registry settings is enabled but this computer doesn't have any, if you'd like to restore from backup you can do so from here."
|
||||
},
|
||||
"group_member_moderation": {
|
||||
"header": "Group Member Moderation",
|
||||
"filter_type": "Filter Type",
|
||||
@@ -1890,19 +1854,6 @@
|
||||
"create_post": "Create Post",
|
||||
"edit_post": "Edit Post"
|
||||
},
|
||||
"boop_dialog": {
|
||||
"header": "Boop",
|
||||
"emoji_manager": "Emoji Manager",
|
||||
"select_default_emoji": "Select Default Emoji",
|
||||
"default_emojis": "Default Emojis",
|
||||
"cancel": "Cancel",
|
||||
"send": "Send"
|
||||
},
|
||||
"allowed_video_player_domains": {
|
||||
"header": "Allowed Video Player Domains",
|
||||
"add_domain": "Add Domain",
|
||||
"save": "Save"
|
||||
},
|
||||
"group_calendar": {
|
||||
"header": "Group Calendar",
|
||||
"list_view": "List View",
|
||||
@@ -1927,6 +1878,69 @@
|
||||
"header": "Moderate Group Member",
|
||||
"choose_group_placeholder": "Choose Group",
|
||||
"moderation_tools": "Moderation Tools"
|
||||
},
|
||||
"boop_dialog": {
|
||||
"header": "Boop",
|
||||
"emoji_manager": "Emoji Manager",
|
||||
"select_default_emoji": "Select Default Emoji",
|
||||
"default_emojis": "Default Emojis",
|
||||
"cancel": "Cancel",
|
||||
"send": "Send"
|
||||
},
|
||||
"chatbox_blacklist": {
|
||||
"header": "Chatbox Blacklist",
|
||||
"keyword_blacklist": "Keyword Blacklist",
|
||||
"user_blacklist": "User Blacklist",
|
||||
"add_item": "Add Item"
|
||||
},
|
||||
"vrcx_updater": {
|
||||
"header": "VRCX Updater",
|
||||
"latest_version": "VRCX is up to date.",
|
||||
"ready_for_update": "Ready for install, restart VRCX to apply.",
|
||||
"branch_stable": "Stable",
|
||||
"branch_nightly": "Nightly",
|
||||
"nightly_title": "Nightly builds",
|
||||
"nightly_notice": "Nightly builds are for testing. For stability, use stable build.",
|
||||
"release": "Release",
|
||||
"download": "Download",
|
||||
"install": "Install",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
"change_log": {
|
||||
"header": "Change Log",
|
||||
"description": "Consider donating to support future development of VRCX",
|
||||
"close": "Close",
|
||||
"donate": "Donate",
|
||||
"github": "GitHub"
|
||||
},
|
||||
"open_source": {
|
||||
"header": "Open Source Software Notice",
|
||||
"description": "VRCX is based on open source software. It was possible because of their contribution."
|
||||
},
|
||||
"primary_password": {
|
||||
"header": "Primary Password Required",
|
||||
"password_placeholder": "Input new password",
|
||||
"re_input_placeholder": "Re-input password",
|
||||
"ok": "OK"
|
||||
},
|
||||
"registry_backup": {
|
||||
"header": "VRC Registry Settings Backup",
|
||||
"backup": "Backup",
|
||||
"restore": "Restore",
|
||||
"save_to_file": "Save to file",
|
||||
"delete": "Delete",
|
||||
"restore_from_file": "Restore from file",
|
||||
"reset": "Reset",
|
||||
"name": "Name",
|
||||
"date": "Date",
|
||||
"action": "Action",
|
||||
"auto_backup": "Auto backup every 3 days (deletes after 2 weeks)",
|
||||
"ask_to_restore": "Ask to restore when no VRC registry settings are present",
|
||||
"restore_prompt": "VRCX has noticed auto backup of VRC registry settings is enabled but this computer doesn't have any, if you'd like to restore from backup you can do so from here."
|
||||
},
|
||||
"avatar_database_provider": {
|
||||
"header": "Avatar Database Provider",
|
||||
"add_provider": "Add Provider"
|
||||
}
|
||||
},
|
||||
"confirm": {
|
||||
@@ -1950,91 +1964,6 @@
|
||||
"restart_now": "Restart Now",
|
||||
"restart_later": "Later"
|
||||
},
|
||||
"status": {
|
||||
"title": "VRChat Status"
|
||||
},
|
||||
"location": {
|
||||
"offline": "Offline",
|
||||
"private": "Private",
|
||||
"traveling": "Traveling"
|
||||
},
|
||||
"message": {
|
||||
"auto_login_delay_countdown": "Auto-login in {seconds}s...",
|
||||
"vrcx_updater": {
|
||||
"failed": "Failed to check for update, {message}",
|
||||
"failed_install": "Failed to install update",
|
||||
"checking_hash": "Checking hash..."
|
||||
},
|
||||
"api_handler": {
|
||||
"avatar_private_or_deleted": "Avatar is private or deleted"
|
||||
},
|
||||
"badge": {
|
||||
"updated": "Badge updated"
|
||||
},
|
||||
"instance": {
|
||||
"closed": "Instance closed",
|
||||
"removed_form_queue": "Removed instance {worldName} from queue",
|
||||
"not_allowed": "You're not allowed to access this instance",
|
||||
"create_failed": "Failed to create instance"
|
||||
},
|
||||
"avatar": {
|
||||
"change_moderation_failed": "Failed to change avatar moderation"
|
||||
},
|
||||
"avatar_lookup": {
|
||||
"not_found": "Avatar not found in search providers",
|
||||
"failed": "Avatar lookup failed",
|
||||
"private_or_not_found": "Users avatar is private or not found in search providers",
|
||||
"loading": "Searching for avatar using search providers"
|
||||
},
|
||||
"database": {
|
||||
"upgrade_complete": "Database upgrade complete"
|
||||
},
|
||||
"file": {
|
||||
"not_image": "File isn't an image",
|
||||
"too_large": "File size too large",
|
||||
"folder_missing": "Folder doesn't exist"
|
||||
},
|
||||
"group": {
|
||||
"load_failed": "Failed to load group"
|
||||
},
|
||||
"invite": {
|
||||
"self_sent": "Self invite sent",
|
||||
"sent": "Invite sent",
|
||||
"message_update_failed": "VRChat API didn't update message, try again"
|
||||
},
|
||||
"launch": {
|
||||
"invalid_path": "Invalid path, you must enter VRChat folder or launch.exe"
|
||||
},
|
||||
"gallery": {
|
||||
"uploaded": "Gallery image uploaded",
|
||||
"failed": "Failed to upload gallery image"
|
||||
},
|
||||
"upload": {
|
||||
"loading": "Uploading",
|
||||
"success": "Upload completed",
|
||||
"error": "Upload failed"
|
||||
},
|
||||
"world": {
|
||||
"load_failed": "Failed to load world"
|
||||
},
|
||||
"user": {
|
||||
"moderated": "User moderated",
|
||||
"load_failed": "Failed to load user"
|
||||
},
|
||||
"friend": {
|
||||
"load_failed": "Failed to load friends list, logging out"
|
||||
},
|
||||
"vrcplus": {
|
||||
"required": "VRCPlus required"
|
||||
},
|
||||
"screenshot_metadata": {
|
||||
"deleted": "Screenshot metadata deleted",
|
||||
"delete_failed": "Failed to delete screenshot metadata"
|
||||
},
|
||||
"crash": {
|
||||
"vrcx_reload": "VRCX was reloaded for stability"
|
||||
}
|
||||
},
|
||||
"prompt": {
|
||||
"totp": {
|
||||
"header": "Two-factor Authentication",
|
||||
@@ -2224,6 +2153,91 @@
|
||||
"success": "Code redeemed successfully"
|
||||
}
|
||||
},
|
||||
"message": {
|
||||
"auto_login_delay_countdown": "Auto-login in {seconds}s...",
|
||||
"vrcx_updater": {
|
||||
"failed": "Failed to check for update, {message}",
|
||||
"failed_install": "Failed to install update",
|
||||
"checking_hash": "Checking hash..."
|
||||
},
|
||||
"api_handler": {
|
||||
"avatar_private_or_deleted": "Avatar is private or deleted"
|
||||
},
|
||||
"badge": {
|
||||
"updated": "Badge updated"
|
||||
},
|
||||
"instance": {
|
||||
"closed": "Instance closed",
|
||||
"removed_form_queue": "Removed instance {worldName} from queue",
|
||||
"not_allowed": "You're not allowed to access this instance",
|
||||
"create_failed": "Failed to create instance"
|
||||
},
|
||||
"avatar": {
|
||||
"change_moderation_failed": "Failed to change avatar moderation"
|
||||
},
|
||||
"avatar_lookup": {
|
||||
"not_found": "Avatar not found in search providers",
|
||||
"failed": "Avatar lookup failed",
|
||||
"private_or_not_found": "Users avatar is private or not found in search providers",
|
||||
"loading": "Searching for avatar using search providers"
|
||||
},
|
||||
"database": {
|
||||
"upgrade_complete": "Database upgrade complete"
|
||||
},
|
||||
"file": {
|
||||
"not_image": "File isn't an image",
|
||||
"too_large": "File size too large",
|
||||
"folder_missing": "Folder doesn't exist"
|
||||
},
|
||||
"group": {
|
||||
"load_failed": "Failed to load group"
|
||||
},
|
||||
"invite": {
|
||||
"self_sent": "Self invite sent",
|
||||
"sent": "Invite sent",
|
||||
"message_update_failed": "VRChat API didn't update message, try again"
|
||||
},
|
||||
"launch": {
|
||||
"invalid_path": "Invalid path, you must enter VRChat folder or launch.exe"
|
||||
},
|
||||
"gallery": {
|
||||
"uploaded": "Gallery image uploaded",
|
||||
"failed": "Failed to upload gallery image"
|
||||
},
|
||||
"upload": {
|
||||
"loading": "Uploading",
|
||||
"success": "Upload completed",
|
||||
"error": "Upload failed"
|
||||
},
|
||||
"world": {
|
||||
"load_failed": "Failed to load world"
|
||||
},
|
||||
"user": {
|
||||
"moderated": "User moderated",
|
||||
"load_failed": "Failed to load user"
|
||||
},
|
||||
"friend": {
|
||||
"load_failed": "Failed to load friends list, logging out"
|
||||
},
|
||||
"vrcplus": {
|
||||
"required": "VRCPlus required"
|
||||
},
|
||||
"screenshot_metadata": {
|
||||
"deleted": "Screenshot metadata deleted",
|
||||
"delete_failed": "Failed to delete screenshot metadata"
|
||||
},
|
||||
"crash": {
|
||||
"vrcx_reload": "VRCX was reloaded for stability"
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"title": "VRChat Status"
|
||||
},
|
||||
"location": {
|
||||
"offline": "Offline",
|
||||
"private": "Private",
|
||||
"traveling": "Traveling"
|
||||
},
|
||||
"table": {
|
||||
"pagination": {
|
||||
"rows_per_page": "Rows per page",
|
||||
@@ -2331,20 +2345,6 @@
|
||||
"action": "Action"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"no_data": "No data",
|
||||
"no_matching_records": "No matching records",
|
||||
"actions": {
|
||||
"open": "Open"
|
||||
},
|
||||
"time_units": {
|
||||
"y": "y",
|
||||
"d": "d",
|
||||
"h": "h",
|
||||
"m": "m",
|
||||
"s": "s"
|
||||
}
|
||||
},
|
||||
"vr": {
|
||||
"status": {
|
||||
"timer": "Timer:",
|
||||
|
||||
Reference in New Issue
Block a user