mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Update Traditional Chinese (#1665)
This commit is contained in:
+173
-34
@@ -5,7 +5,10 @@
|
|||||||
"no_data": "無資料",
|
"no_data": "無資料",
|
||||||
"no_matching_records": "無符合記錄",
|
"no_matching_records": "無符合記錄",
|
||||||
"actions": {
|
"actions": {
|
||||||
"open": "開啟"
|
"open": "開啟",
|
||||||
|
"confirm": "確認",
|
||||||
|
"clear": "清除",
|
||||||
|
"reset": "重設"
|
||||||
},
|
},
|
||||||
"time_units": {
|
"time_units": {
|
||||||
"y": "年",
|
"y": "年",
|
||||||
@@ -82,7 +85,28 @@
|
|||||||
"online": "上線",
|
"online": "上線",
|
||||||
"active": "活躍",
|
"active": "活躍",
|
||||||
"offline": "離線",
|
"offline": "離線",
|
||||||
"pending_offline": "待確認離線"
|
"pending_offline": "待確認離線",
|
||||||
|
"settings": {
|
||||||
|
"group_by_instance": "依房間分組",
|
||||||
|
"split_favorite_friends": "顯示收藏群組",
|
||||||
|
"hide_friends_in_same_instance": "隱藏已分組好友",
|
||||||
|
"sort_primary": "排序依據",
|
||||||
|
"sort_secondary": "其次排序",
|
||||||
|
"sort_tertiary": "第三排序",
|
||||||
|
"favorite_groups": "收藏群組",
|
||||||
|
"favorite_groups_placeholder": "所有群組",
|
||||||
|
"edit_group_order": "編輯群組順序"
|
||||||
|
},
|
||||||
|
"notifications": "通知",
|
||||||
|
"notification_center": {
|
||||||
|
"title": "通知中心",
|
||||||
|
"view_more": "查看更多",
|
||||||
|
"tab_friend": "好友",
|
||||||
|
"tab_group": "群組",
|
||||||
|
"tab_other": "其他",
|
||||||
|
"past_notifications": "最近 24 小時",
|
||||||
|
"no_new_notifications": "最近 24 小時內沒有新的通知"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"view": {
|
"view": {
|
||||||
"login": {
|
"login": {
|
||||||
@@ -92,6 +116,8 @@
|
|||||||
"forgotPassword": "忘記密碼?",
|
"forgotPassword": "忘記密碼?",
|
||||||
"updater": "更新器",
|
"updater": "更新器",
|
||||||
"proxy_settings": "代理設定",
|
"proxy_settings": "代理設定",
|
||||||
|
"settings": "設定",
|
||||||
|
"language": "語言",
|
||||||
"field": {
|
"field": {
|
||||||
"username": "使用者名稱或電子信箱",
|
"username": "使用者名稱或電子信箱",
|
||||||
"password": "密碼",
|
"password": "密碼",
|
||||||
@@ -115,7 +141,8 @@
|
|||||||
"Status": "狀態",
|
"Status": "狀態",
|
||||||
"Avatar": "角色",
|
"Avatar": "角色",
|
||||||
"Bio": "自我介紹"
|
"Bio": "自我介紹"
|
||||||
}
|
},
|
||||||
|
"photon_event_logging": "Photon 事件記錄"
|
||||||
},
|
},
|
||||||
"friends_locations": {
|
"friends_locations": {
|
||||||
"online": "上線",
|
"online": "上線",
|
||||||
@@ -211,14 +238,18 @@
|
|||||||
"confirm_delete_description": "發現 {count} 個無效角色,要刪除嗎?",
|
"confirm_delete_description": "發現 {count} 個無效角色,要刪除嗎?",
|
||||||
"delete_summary": "成功刪除 {removed} 個無效角色",
|
"delete_summary": "成功刪除 {removed} 個無效角色",
|
||||||
"no_invalid_found": "未發現無效角色",
|
"no_invalid_found": "未發現無效角色",
|
||||||
"delete_cancelled": "已取消刪除操作"
|
"delete_cancelled": "已取消刪除操作",
|
||||||
|
"local_history": "本機歷史紀錄",
|
||||||
|
"no_group_selected": "尚未選擇群組",
|
||||||
|
"styles": "樣式",
|
||||||
|
"almost_nuisance": "接近滋擾等級"
|
||||||
},
|
},
|
||||||
"edit_mode": "編輯模式",
|
"edit_mode": "編輯模式",
|
||||||
"copy": "複製",
|
"copy": "複製",
|
||||||
"clear": "清除",
|
"clear": "清除",
|
||||||
"select_all": "選擇全部",
|
"select_all": "選擇全部",
|
||||||
"deselect_all": "取消選擇全部",
|
"deselect_all": "取消選擇全部",
|
||||||
"bulk_unfavorite": "批量移除收藏",
|
"bulk_unfavorite": "批次移除收藏",
|
||||||
"refresh_favorites_tooltip": "重新整理 VRChat 收藏",
|
"refresh_favorites_tooltip": "重新整理 VRChat 收藏",
|
||||||
"export": "匯出",
|
"export": "匯出",
|
||||||
"import": "匯入",
|
"import": "匯入",
|
||||||
@@ -227,6 +258,11 @@
|
|||||||
"unfavorite_tooltip": "解除收藏",
|
"unfavorite_tooltip": "解除收藏",
|
||||||
"edit_favorite_tooltip": "編輯收藏",
|
"edit_favorite_tooltip": "編輯收藏",
|
||||||
"visibility_tooltip": "變更可見度",
|
"visibility_tooltip": "變更可見度",
|
||||||
|
"visibility": {
|
||||||
|
"public": "公開",
|
||||||
|
"friends": "好友",
|
||||||
|
"private": "私人"
|
||||||
|
},
|
||||||
"rename_tooltip": "重新命名",
|
"rename_tooltip": "重新命名",
|
||||||
"clear_tooltip": "清除",
|
"clear_tooltip": "清除",
|
||||||
"delete_tooltip": "刪除",
|
"delete_tooltip": "刪除",
|
||||||
@@ -302,7 +338,8 @@
|
|||||||
},
|
},
|
||||||
"report": {
|
"report": {
|
||||||
"closed": "檢舉已完成"
|
"closed": "檢舉已完成"
|
||||||
}
|
},
|
||||||
|
"contentrestriction": "內容審核限制"
|
||||||
},
|
},
|
||||||
"instance": {
|
"instance": {
|
||||||
"closed": "房間關閉"
|
"closed": "房間關閉"
|
||||||
@@ -361,7 +398,8 @@
|
|||||||
"start_fetch": "開始取得",
|
"start_fetch": "開始取得",
|
||||||
"fetch_again": "重新取得",
|
"fetch_again": "重新取得",
|
||||||
"stop": "停止",
|
"stop": "停止",
|
||||||
"stop_fetching": "停止取得"
|
"stop_fetching": "停止取得",
|
||||||
|
"go_to_friend": "前往好友"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"no_friends_to_process": "沒有可處理的好友",
|
"no_friends_to_process": "沒有可處理的好友",
|
||||||
@@ -399,7 +437,13 @@
|
|||||||
"layout_spacing": "佈局間距",
|
"layout_spacing": "佈局間距",
|
||||||
"layout_spacing_help": "圖形元素之間的分散程度。數值越高,畫面會越不擁擠",
|
"layout_spacing_help": "圖形元素之間的分散程度。數值越高,畫面會越不擁擠",
|
||||||
"edge_curvature": "連線曲率",
|
"edge_curvature": "連線曲率",
|
||||||
"edge_curvature_help": "線條的彎曲程度。數值越高,在密集區域會顯得更平滑 "
|
"edge_curvature_help": "線條的彎曲程度。數值越高,在密集區域會顯得更平滑",
|
||||||
|
"community_separation": "社群分離程度",
|
||||||
|
"community_separation_help": "不同社群之間的間距。數值越高,各社群聚集會越明顯",
|
||||||
|
"reset_defaults": "重設為預設值",
|
||||||
|
"exclude_friends": "排除好友",
|
||||||
|
"exclude_friends_placeholder": "選擇要排除的好友",
|
||||||
|
"exclude_friends_help": "已選擇的好友將不會顯示於圖表中"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -438,7 +482,7 @@
|
|||||||
"inventory_description": "管理 VRC+ 圖片與物品"
|
"inventory_description": "管理 VRC+ 圖片與物品"
|
||||||
},
|
},
|
||||||
"shortcuts": {
|
"shortcuts": {
|
||||||
"header": "快捷方式",
|
"header": "捷徑",
|
||||||
"vrcx_data": "VRCX 資料",
|
"vrcx_data": "VRCX 資料",
|
||||||
"vrcx_data_description": "開啟 VRCX 資料夾",
|
"vrcx_data_description": "開啟 VRCX 資料夾",
|
||||||
"vrchat_data": "VRChat 資料",
|
"vrchat_data": "VRChat 資料",
|
||||||
@@ -518,6 +562,7 @@
|
|||||||
},
|
},
|
||||||
"favorites": {
|
"favorites": {
|
||||||
"header": "VRCX 最愛好友",
|
"header": "VRCX 最愛好友",
|
||||||
|
"header_tooltip": "選擇哪些喜愛的團體將被視為 VIP,以便在動態消息、遊戲紀錄、通知及 VR 嵌入介面中進行篩選",
|
||||||
"group_placeholder": "選擇群組"
|
"group_placeholder": "選擇群組"
|
||||||
},
|
},
|
||||||
"logging": {
|
"logging": {
|
||||||
@@ -528,20 +573,27 @@
|
|||||||
"auto_login_delay_button": "設定延遲秒數"
|
"auto_login_delay_button": "設定延遲秒數"
|
||||||
},
|
},
|
||||||
"automation": {
|
"automation": {
|
||||||
"auto_change_status": "自動變更狀態",
|
"auto_change_status": "自動狀態與邀請",
|
||||||
"auto_state_change_tooltip": "當房間中有其他人時,自動變更狀態 (獨處 / 有人)",
|
"auto_change_status_switch": "自動變更狀態",
|
||||||
|
"auto_state_change_tooltip": "設定自動狀態變更與邀請請求處理",
|
||||||
|
"auto_state_change_switch_tooltip": "當房間中有其他人時,自動變更狀態(獨處 / 有伴)",
|
||||||
"alone_condition": "獨處條件",
|
"alone_condition": "獨處條件",
|
||||||
"alone": "獨處",
|
"alone": "獨處",
|
||||||
"no_friends": "沒有好友",
|
"no_friends": "沒有好友",
|
||||||
"alone_status": "獨處狀態",
|
"alone_status": "獨處狀態",
|
||||||
"company_status": "有人狀態",
|
"company_status": "有伴狀態",
|
||||||
"allowed_instance_types": "允許的房間類型",
|
"allowed_instance_types": "允許的房間類型",
|
||||||
"instance_type_placeholder": "所有房間類型",
|
"instance_type_placeholder": "所有房間類型",
|
||||||
"auto_invite_request_accept": "自動接受邀請請求",
|
"auto_invite_request_accept": "自動接受邀請請求",
|
||||||
"auto_invite_request_accept_tooltip": "自動接受來自好友最愛的邀請請求",
|
"auto_invite_request_accept_tooltip": "自動接受來自好友最愛的邀請請求",
|
||||||
"auto_invite_request_accept_off": "關閉",
|
|
||||||
"auto_invite_request_accept_favs": "所有最愛",
|
"auto_invite_request_accept_favs": "所有最愛",
|
||||||
"auto_invite_request_accept_selected_favs": "VRCX 最愛好友"
|
"auto_invite_request_accept_selected_favs": "VRCX 最愛好友",
|
||||||
|
"change_status_description": "覆寫狀態描述",
|
||||||
|
"status_description_placeholder": "狀態描述(最多 32 個字元)",
|
||||||
|
"auto_change_status_groups": "僅計算來自以下群組的好友",
|
||||||
|
"auto_change_status_groups_placeholder": "選擇群組",
|
||||||
|
"auto_accept_invite_groups": "僅接受來自以下群組的邀請",
|
||||||
|
"auto_accept_invite_groups_placeholder": "選擇群組"
|
||||||
},
|
},
|
||||||
"legal_notice": {
|
"legal_notice": {
|
||||||
"header": "法律聲明",
|
"header": "法律聲明",
|
||||||
@@ -602,6 +654,12 @@
|
|||||||
"table_density_compact": "緊湊",
|
"table_density_compact": "緊湊",
|
||||||
"table_entries_settings": "表格最大尺寸"
|
"table_entries_settings": "表格最大尺寸"
|
||||||
},
|
},
|
||||||
|
"display": {
|
||||||
|
"header": "顯示"
|
||||||
|
},
|
||||||
|
"sorting_tables": {
|
||||||
|
"header": "排序與表格"
|
||||||
|
},
|
||||||
"timedate": {
|
"timedate": {
|
||||||
"header": "時間 / 日期",
|
"header": "時間 / 日期",
|
||||||
"time_format": "時間格式",
|
"time_format": "時間格式",
|
||||||
@@ -621,7 +679,6 @@
|
|||||||
"yellow": "黃色"
|
"yellow": "黃色"
|
||||||
},
|
},
|
||||||
"side_panel": {
|
"side_panel": {
|
||||||
"header": "側邊欄",
|
|
||||||
"sorting": {
|
"sorting": {
|
||||||
"header": "排序順序",
|
"header": "排序順序",
|
||||||
"alphabetical": "依字母順序",
|
"alphabetical": "依字母順序",
|
||||||
@@ -632,13 +689,7 @@
|
|||||||
"last_seen": "上次看見",
|
"last_seen": "上次看見",
|
||||||
"time_in_instance": "在房間中的時間",
|
"time_in_instance": "在房間中的時間",
|
||||||
"placeholder": "排序順序"
|
"placeholder": "排序順序"
|
||||||
},
|
}
|
||||||
"group_by_instance": "依照房間分類",
|
|
||||||
"group_by_instance_tooltip": "啟用後,若有多位好友在同一房間,將依房間分組顯示 ",
|
|
||||||
"hide_friends_in_same_instance": "隱藏同房間好友",
|
|
||||||
"hide_friends_in_same_instance_tooltip": "當好友在同一房間時,將其從好友列表中隱藏 ",
|
|
||||||
"split_favorite_friends": "分類收藏好友",
|
|
||||||
"split_favorite_friends_tooltip": "將收藏的好友依照分組別類 "
|
|
||||||
},
|
},
|
||||||
"user_dialog": {
|
"user_dialog": {
|
||||||
"header": "用戶資訊",
|
"header": "用戶資訊",
|
||||||
@@ -763,6 +814,12 @@
|
|||||||
"advanced": {
|
"advanced": {
|
||||||
"launch_options": "啟動選項",
|
"launch_options": "啟動選項",
|
||||||
"vrc_registry_backup": "VRC 註冊表備份",
|
"vrc_registry_backup": "VRC 註冊表備份",
|
||||||
|
"vrchat_settings": {
|
||||||
|
"header": "VRChat"
|
||||||
|
},
|
||||||
|
"vrcx_settings": {
|
||||||
|
"header": "VRCX"
|
||||||
|
},
|
||||||
"primary_password": {
|
"primary_password": {
|
||||||
"header": "主密碼",
|
"header": "主密碼",
|
||||||
"description": "密碼加密(將停用自動登入)"
|
"description": "密碼加密(將停用自動登入)"
|
||||||
@@ -962,7 +1019,6 @@
|
|||||||
"showcased": "展示"
|
"showcased": "展示"
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"favorite_tooltip": "新增到我的收藏",
|
|
||||||
"unfavorite_tooltip": "從我的收藏中移除",
|
"unfavorite_tooltip": "從我的收藏中移除",
|
||||||
"refresh": "重新整理",
|
"refresh": "重新整理",
|
||||||
"share": "分享",
|
"share": "分享",
|
||||||
@@ -999,7 +1055,8 @@
|
|||||||
"unfriend": "解除好友",
|
"unfriend": "解除好友",
|
||||||
"unfriend_success_msg": "已解除好友",
|
"unfriend_success_msg": "已解除好友",
|
||||||
"logout": "登出",
|
"logout": "登出",
|
||||||
"edit_note_memo": "編輯註釋與備忘錄"
|
"edit_note_memo": "編輯註釋與備忘錄",
|
||||||
|
"reset_home": "重設家點"
|
||||||
},
|
},
|
||||||
"info": {
|
"info": {
|
||||||
"header": "資訊",
|
"header": "資訊",
|
||||||
@@ -1156,7 +1213,7 @@
|
|||||||
"download_package": "下載 Unity Package",
|
"download_package": "下載 Unity Package",
|
||||||
"publish_to_labs": "發佈到社區實驗室",
|
"publish_to_labs": "發佈到社區實驗室",
|
||||||
"unpublish": "取消發佈",
|
"unpublish": "取消發佈",
|
||||||
"delete_persistent_data": "刪除狀態資料",
|
"delete_persistent_data": "刪除永久資料",
|
||||||
"delete": "刪除"
|
"delete": "刪除"
|
||||||
},
|
},
|
||||||
"instances": {
|
"instances": {
|
||||||
@@ -1627,7 +1684,7 @@
|
|||||||
"emoji_animation_type": "動態表情符號",
|
"emoji_animation_type": "動態表情符號",
|
||||||
"emoji_animation_fps": "FPS:",
|
"emoji_animation_fps": "FPS:",
|
||||||
"emoji_animation_frame_count": "影格數:",
|
"emoji_animation_frame_count": "影格數:",
|
||||||
"emoji_loop_pingpong": "乒乓循環",
|
"emoji_loop_pingpong": "桌球循環",
|
||||||
"flipbook_info": "選擇一張 1024×1024 的 PNG 精靈圖來製作動態表情符號,可用的影格格線大小為:4、16 或 64(最大 FPS 為 64,最多 64 個影格)",
|
"flipbook_info": "選擇一張 1024×1024 的 PNG 精靈圖來製作動態表情符號,可用的影格格線大小為:4、16 或 64(最大 FPS 為 64,最多 64 個影格)",
|
||||||
"note": "注意",
|
"note": "注意",
|
||||||
"crop_print_border": "裁切列印邊框",
|
"crop_print_border": "裁切列印邊框",
|
||||||
@@ -1959,6 +2016,19 @@
|
|||||||
"decline_type": "確定要拒絕 {type} 嗎?",
|
"decline_type": "確定要拒絕 {type} 嗎?",
|
||||||
"delete_type": "確定要刪除 {type} 嗎?",
|
"delete_type": "確定要刪除 {type} 嗎?",
|
||||||
"command_question": "確定要執行 {command} 嗎?",
|
"command_question": "確定要執行 {command} 嗎?",
|
||||||
|
"clear_group": "確定要清空群組嗎?",
|
||||||
|
"delete_group": "確定要刪除群組「{name}」嗎?",
|
||||||
|
"delete_post": "確定要刪除此貼文嗎?",
|
||||||
|
"block_group": "確定要封鎖此群組嗎?",
|
||||||
|
"unblock_group": "確定要解除封鎖此群組嗎?",
|
||||||
|
"leave_group": "確定要離開此群組嗎?",
|
||||||
|
"disable_gamelog": "確定要停用遊戲紀錄嗎?",
|
||||||
|
"restore_backup": "確定要還原備份嗎?",
|
||||||
|
"delete_vrc_registry": "確定要刪除 VRC 登錄檔設定嗎?",
|
||||||
|
"clear_cache": "確定要清除所有 VRChat 快取嗎?",
|
||||||
|
"close_instance": "確定要關閉此房間嗎?關閉後將無法再加入。",
|
||||||
|
"bulk_unfavorite": "確定要移除 {count} 個收藏嗎?\n此動作無法復原。",
|
||||||
|
"bulk_unfavorite_title": "刪除 {count} 個收藏?",
|
||||||
"restart_required_title": "需要重新啟動",
|
"restart_required_title": "需要重新啟動",
|
||||||
"restart_now": "立即重新啟動",
|
"restart_now": "立即重新啟動",
|
||||||
"restart_later": "稍後再說"
|
"restart_later": "稍後再說"
|
||||||
@@ -2007,7 +2077,7 @@
|
|||||||
"input_error": "需要連結或 ID",
|
"input_error": "需要連結或 ID",
|
||||||
"message": {
|
"message": {
|
||||||
"error": "無效的連結或 ID",
|
"error": "無效的連結或 ID",
|
||||||
"opened_from_clipboard": "從剪貼板開啟"
|
"opened_from_clipboard": "從剪貼簿開啟"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification_timeout": {
|
"notification_timeout": {
|
||||||
@@ -2122,6 +2192,11 @@
|
|||||||
"error": "名稱為 {name} 的群組已存在"
|
"error": "名稱為 {name} 的群組已存在"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"backup_name": {
|
||||||
|
"header": "備份名稱",
|
||||||
|
"description": "輸入備份名稱",
|
||||||
|
"input_error": "名稱為必填欄位"
|
||||||
|
},
|
||||||
"auto_login_delay": {
|
"auto_login_delay": {
|
||||||
"header": "自動登入延遲",
|
"header": "自動登入延遲",
|
||||||
"description": "請輸入延遲秒數(0 表示停用,最多 10 秒)",
|
"description": "請輸入延遲秒數(0 表示停用,最多 10 秒)",
|
||||||
@@ -2156,6 +2231,18 @@
|
|||||||
},
|
},
|
||||||
"message": {
|
"message": {
|
||||||
"auto_login_delay_countdown": "自動登入中,預計耗時 {seconds} 秒...",
|
"auto_login_delay_countdown": "自動登入中,預計耗時 {seconds} 秒...",
|
||||||
|
"auth": {
|
||||||
|
"login_greeting": "嗨,{name}!",
|
||||||
|
"logout_greeting": "下次再見,{name}!",
|
||||||
|
"email_2fa_resent": "已重新寄送電子郵件雙重驗證碼",
|
||||||
|
"email_2fa_no_credentials": "未儲存登入資料,無法寄送雙重驗證郵件。請重新登入",
|
||||||
|
"incorrect_primary_password": "主密碼錯誤",
|
||||||
|
"saved_credentials_invalid": "已儲存的登入資料已失效",
|
||||||
|
"account_removed": "帳號已移除",
|
||||||
|
"auto_login_success": "已自動登入",
|
||||||
|
"auto_login_failed": "自動登入失敗",
|
||||||
|
"offline": "目前為離線狀態"
|
||||||
|
},
|
||||||
"vrcx_updater": {
|
"vrcx_updater": {
|
||||||
"failed": "檢查更新失敗,{message}",
|
"failed": "檢查更新失敗,{message}",
|
||||||
"failed_install": "安裝更新失敗",
|
"failed_install": "安裝更新失敗",
|
||||||
@@ -2174,16 +2261,26 @@
|
|||||||
"create_failed": "建立房間失敗"
|
"create_failed": "建立房間失敗"
|
||||||
},
|
},
|
||||||
"avatar": {
|
"avatar": {
|
||||||
"change_moderation_failed": "變更角色審核狀態失敗"
|
"change_moderation_failed": "變更角色審核狀態失敗",
|
||||||
|
"fallback_changed": "已變更備用角色",
|
||||||
|
"blocked": "角色已封鎖",
|
||||||
|
"updated_public": "角色已設為公開",
|
||||||
|
"updated_private": "角色已設為私人",
|
||||||
|
"deleted": "角色已刪除",
|
||||||
|
"impostor_deleted": "替身已刪除",
|
||||||
|
"impostor_queued": "替身已加入建立佇列",
|
||||||
|
"impostor_regenerated": "替身已刪除並重新加入建立佇列"
|
||||||
},
|
},
|
||||||
"avatar_lookup": {
|
"avatar_lookup": {
|
||||||
"not_found": "在搜尋來源中找不到該角色",
|
"not_found": "在搜尋來源中找不到該角色",
|
||||||
"failed": "角色查詢失敗",
|
"failed": "角色查詢失敗",
|
||||||
"private_or_not_found": "角色設為私人,或在搜尋來源中找不到",
|
"private_or_not_found": "角色設為私人,或在搜尋來源中找不到",
|
||||||
"loading": "正在透過搜尋來源查找角色"
|
"loading": "正在透過搜尋來源尋找角色"
|
||||||
},
|
},
|
||||||
"database": {
|
"database": {
|
||||||
"upgrade_complete": "資料庫升級完成"
|
"upgrade_complete": "資料庫升級完成",
|
||||||
|
"disk_space": "請釋放一些磁碟空間",
|
||||||
|
"disk_error": "請檢查您的磁碟是否有錯誤"
|
||||||
},
|
},
|
||||||
"file": {
|
"file": {
|
||||||
"not_image": "檔案不是圖片",
|
"not_image": "檔案不是圖片",
|
||||||
@@ -2191,12 +2288,19 @@
|
|||||||
"folder_missing": "資料夾不存在"
|
"folder_missing": "資料夾不存在"
|
||||||
},
|
},
|
||||||
"group": {
|
"group": {
|
||||||
"load_failed": "群組載入失敗"
|
"load_failed": "群組載入失敗",
|
||||||
|
"joined": "已加入群組",
|
||||||
|
"join_request_sent": "群組加入請求已送出",
|
||||||
|
"visibility_updated": "群組可見度已更新",
|
||||||
|
"subscription_updated": "群組訂閱狀態已更新"
|
||||||
},
|
},
|
||||||
"invite": {
|
"invite": {
|
||||||
"self_sent": "已送出給自己的邀請",
|
"self_sent": "已送出給自己的邀請",
|
||||||
"sent": "邀請已送出",
|
"sent": "邀請已送出",
|
||||||
"message_update_failed": "VRChat API 未能更新訊息,請再試一次"
|
"message_update_failed": "VRChat API 未能更新訊息,請再試一次",
|
||||||
|
"message_updated": "邀請訊息已更新",
|
||||||
|
"response_sent": "邀請回覆已送出",
|
||||||
|
"response_photo_sent": "邀請回覆圖片已送出"
|
||||||
},
|
},
|
||||||
"launch": {
|
"launch": {
|
||||||
"invalid_path": "路徑無效,請輸入 VRChat 資料夾或 launch.exe"
|
"invalid_path": "路徑無效,請輸入 VRChat 資料夾或 launch.exe"
|
||||||
@@ -2211,7 +2315,16 @@
|
|||||||
"error": "上傳失敗"
|
"error": "上傳失敗"
|
||||||
},
|
},
|
||||||
"world": {
|
"world": {
|
||||||
"load_failed": "世界載入失敗"
|
"load_failed": "世界載入失敗",
|
||||||
|
"home_updated": "已更新家點",
|
||||||
|
"home_reset": "家點已重設",
|
||||||
|
"published": "世界已發佈",
|
||||||
|
"unpublished": "世界已取消發佈",
|
||||||
|
"persistent_data_deleted": "永久資料已刪除",
|
||||||
|
"deleted": "世界已刪除",
|
||||||
|
"id_copied": "世界 ID 已複製到剪貼簿",
|
||||||
|
"url_copied": "世界網址已複製到剪貼簿",
|
||||||
|
"name_copied": "世界名稱已複製到剪貼簿"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"moderated": "用戶已進行審核",
|
"moderated": "用戶已進行審核",
|
||||||
@@ -2229,7 +2342,27 @@
|
|||||||
},
|
},
|
||||||
"crash": {
|
"crash": {
|
||||||
"vrcx_reload": "為確保穩定性,已重新載入 VRCX"
|
"vrcx_reload": "為確保穩定性,已重新載入 VRCX"
|
||||||
}
|
},
|
||||||
|
"image": {
|
||||||
|
"downloading": "正在下載圖片…",
|
||||||
|
"copied_to_clipboard": "圖片已複製到剪貼簿"
|
||||||
|
},
|
||||||
|
"registry": {
|
||||||
|
"restored": "VRC 登錄檔設定已還原",
|
||||||
|
"deleted": "VRC 登錄檔設定已刪除",
|
||||||
|
"restore_failed": "還原 VRC 登錄檔設定失敗,請查看主控台以取得完整錯誤訊息:{error}",
|
||||||
|
"invalid_json": "JSON 無效"
|
||||||
|
},
|
||||||
|
"cache": {
|
||||||
|
"deleted": "已清除所有 VRChat 快取",
|
||||||
|
"delete_error": "清除 VRChat 快取時發生錯誤:{error}",
|
||||||
|
"invalid_config": "config.json 中的 JSON 無效"
|
||||||
|
},
|
||||||
|
"gamelog": {
|
||||||
|
"vrchat_must_be_closed": "必須先關閉 VRChat,才能變更此選項"
|
||||||
|
},
|
||||||
|
"copy_failed": "複製失敗",
|
||||||
|
"error": "錯誤"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"title": "VRChat 狀態"
|
"title": "VRChat 狀態"
|
||||||
@@ -2440,5 +2573,11 @@
|
|||||||
"unavailable": "服務可能因 VRChat 內部問題而無法使用"
|
"unavailable": "服務可能因 VRChat 內部問題而無法使用"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"accessibility": {
|
||||||
|
"toggle_sidebar": "切換側邊欄",
|
||||||
|
"back_to_top": "回到頂端",
|
||||||
|
"toggle_password": "切換密碼顯示",
|
||||||
|
"clear_input": "清除輸入內容"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user