mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
feat(localization): add more tokens
invite config_json set_world_tags download_history notification_position shared_feed_filters chatbox_blacklist gallery_icons change_content_image previous_images previous_instances download_history previous_instances
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -39,9 +39,6 @@
|
||||
"search_placeholder": "Search"
|
||||
},
|
||||
"player_list": {
|
||||
"capacity": "Capacoty",
|
||||
"last_updated": "Last Updated",
|
||||
"created_at": "Created At",
|
||||
"photon": {
|
||||
"current": "Current",
|
||||
"previous": "Previous",
|
||||
@@ -735,6 +732,12 @@
|
||||
"vrchat_favorites": "VRChat Favorites",
|
||||
"local_favorites": "Local Favorites"
|
||||
},
|
||||
"invite": {
|
||||
"header": "傳送邀請",
|
||||
"select_placeholder": "選擇好友",
|
||||
"invite_with_message": "訊息邀請",
|
||||
"invite": "邀請"
|
||||
},
|
||||
"social_status": {
|
||||
"header": "Social Status",
|
||||
"history": "History",
|
||||
@@ -790,6 +793,23 @@
|
||||
"unity_manual": "Unity Manual",
|
||||
"save": "Save"
|
||||
},
|
||||
"config_json": {
|
||||
"header": "VRChat Config JSON",
|
||||
"description1": "These options are for advanced users only.",
|
||||
"description2": "Leave field empty to set as default, game restart required to apply settings.",
|
||||
"cache_size": "Cache Size:",
|
||||
"refresh": "Refresh",
|
||||
"delete_all_cache": "Delete all cache",
|
||||
"delete_cache": "Delete Cache",
|
||||
"delete_old_cache": "Delete old versions from cache",
|
||||
"sweep_cache": "Sweep Cache",
|
||||
"camera_resolution": "Camera Resolution",
|
||||
"screenshot_resolution": "Screenshot Resolution",
|
||||
"disable_discord_presence": "Disable Discord Rich Presence",
|
||||
"vrchat_docs": "VRChat Docs",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"youtube_api": {
|
||||
"header": "YouTube API",
|
||||
"description": "Enter your YouTube API Key (optional)",
|
||||
@@ -797,6 +817,20 @@
|
||||
"guide": "Guide",
|
||||
"save": "Save"
|
||||
},
|
||||
"set_world_tags": {
|
||||
"header": "Set World Tags",
|
||||
"enable_debugging": "Enable world debugging for others",
|
||||
"seprator": "Enter tags comma separated",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"download_history": {
|
||||
"header": "Download History",
|
||||
"queue": "Queue:",
|
||||
"history": "History:",
|
||||
"cancel_all": "Cancel All",
|
||||
"close": "Close"
|
||||
},
|
||||
"vrcx_updater": {
|
||||
"header": "VRCX Updater",
|
||||
"latest_version": "VRCX is up to date.",
|
||||
@@ -826,6 +860,22 @@
|
||||
"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.",
|
||||
"ok": "OK"
|
||||
},
|
||||
"shared_feed_filters": {
|
||||
"notification": "Notification Filters",
|
||||
"wrist": "Wrist Feed Filters",
|
||||
"on": "On",
|
||||
"off": "Off",
|
||||
"favorite": "VIP",
|
||||
"friends": "Friends",
|
||||
"everyone": "Everyone",
|
||||
"cancel": "Cancel",
|
||||
"save": "Save"
|
||||
},
|
||||
"world_export": {
|
||||
"header": "World Favorites Export"
|
||||
},
|
||||
@@ -879,6 +929,12 @@
|
||||
"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, inviting too many users to a group is known to cause a ban.",
|
||||
@@ -946,6 +1002,30 @@
|
||||
"cancel": "Cancel",
|
||||
"send": "Send"
|
||||
},
|
||||
"gallery_icons": {
|
||||
"header": "Gallery and Icons",
|
||||
"description": "Recommended image size 1200x900px",
|
||||
"gallery": "Gallery",
|
||||
"icons": "Icons",
|
||||
"refresh": "Refresh",
|
||||
"upload": "Upload",
|
||||
"clear": "Clear"
|
||||
},
|
||||
"change_content_image": {
|
||||
"avatar": "Change Avatar Image",
|
||||
"world": "Change World Image",
|
||||
"description": "Recommended image size: 1200x900px (4:3)",
|
||||
"refresh": "Refresh",
|
||||
"upload": "Upload Image"
|
||||
},
|
||||
"previous_images": {
|
||||
"header": "Previous Images"
|
||||
},
|
||||
"previous_instances": {
|
||||
"header": "Previous Instances",
|
||||
"info": "Previous Instance Info",
|
||||
"search_placeholder": "Search"
|
||||
},
|
||||
"open_source": {
|
||||
"header": "Open Source Software Notice",
|
||||
"description": "VRCX is based on open source software. It was possible because of their contribution."
|
||||
@@ -1039,6 +1119,13 @@
|
||||
"no": "No.",
|
||||
"status": "Status"
|
||||
},
|
||||
"download_history": {
|
||||
"time": "Time",
|
||||
"name": "Name",
|
||||
"type": "Type",
|
||||
"status": "Status",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
"import": {
|
||||
"image": "Image",
|
||||
"name": "Name",
|
||||
@@ -1047,6 +1134,16 @@
|
||||
"note": "Note",
|
||||
"skip_export": "Skip Export",
|
||||
"action": "Action"
|
||||
},
|
||||
"previous_instances": {
|
||||
"date": "Date",
|
||||
"display_name": "Display Name",
|
||||
"world": "World",
|
||||
"instance_name": "Instance Name",
|
||||
"instance_creator": "Instance Creator",
|
||||
"time": "Time",
|
||||
"count": "Count",
|
||||
"action": "Action"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -732,6 +732,12 @@
|
||||
"vrchat_favorites": "VRChat 收藏",
|
||||
"local_favorites": "本地收藏"
|
||||
},
|
||||
"invite": {
|
||||
"header": "Invite",
|
||||
"select_placeholder": "Choose Friends",
|
||||
"invite_with_message": "Invite With Message",
|
||||
"invite": "Invite"
|
||||
},
|
||||
"social_status": {
|
||||
"header": "社交狀態",
|
||||
"history": "過去的社交狀態",
|
||||
@@ -787,6 +793,23 @@
|
||||
"unity_manual": "Unity 手冊",
|
||||
"save": "儲存"
|
||||
},
|
||||
"config_json": {
|
||||
"header": "VRChat JSON 設定檔",
|
||||
"description1": "這些選項僅適用於高級玩家。",
|
||||
"description2": "將輸入框留白來設為預設值,設定需要重新啟動遊戲才會套用。",
|
||||
"cache_size": "快取大小:",
|
||||
"refresh": "重新整理",
|
||||
"delete_all_cache": "刪除所有快取",
|
||||
"delete_cache": "刪除快取",
|
||||
"delete_old_cache": "從快取中刪除舊版本",
|
||||
"sweep_cache": "清理快取",
|
||||
"camera_resolution": "相機解析度",
|
||||
"screenshot_resolution": "螢幕截圖解析度",
|
||||
"disable_discord_presence": "停用 Discord 遊戲狀態",
|
||||
"vrchat_docs": "VRChat 文檔",
|
||||
"cancel": "取消",
|
||||
"save": "儲存"
|
||||
},
|
||||
"youtube_api": {
|
||||
"header": "YouTube API",
|
||||
"description": "輸入你的 YouTube API 金鑰(選擇性)",
|
||||
@@ -794,6 +817,13 @@
|
||||
"guide": "教學",
|
||||
"save": "儲存"
|
||||
},
|
||||
"set_world_tags": {
|
||||
"header": "設定世界標籤",
|
||||
"enable_debugging": "為其他人啟用世界偵錯",
|
||||
"seprator": "使用逗號來分隔每個標籤",
|
||||
"cancel": "取消",
|
||||
"save": "儲存"
|
||||
},
|
||||
"vrcx_updater": {
|
||||
"header": "VRCX 更新器",
|
||||
"latest_version": "VRCX 已是最新版本。",
|
||||
@@ -823,6 +853,22 @@
|
||||
"header": "Discord 名稱",
|
||||
"description": "點擊好友列表中的「讀取缺失的項目」來搜尋整個好友列表"
|
||||
},
|
||||
"notification_position": {
|
||||
"header": "通知位置",
|
||||
"description": "選擇通知位置",
|
||||
"ok": "OK"
|
||||
},
|
||||
"shared_feed_filters": {
|
||||
"notification": "通知篩選器",
|
||||
"wrist": "手腕動態篩選器",
|
||||
"on": "開啟",
|
||||
"off": "關閉",
|
||||
"favorite": "收藏",
|
||||
"friends": "好友",
|
||||
"everyone": "所有人",
|
||||
"cancel": "取消",
|
||||
"save": "儲存"
|
||||
},
|
||||
"world_export": {
|
||||
"header": "世界收藏匯出"
|
||||
},
|
||||
@@ -876,6 +922,12 @@
|
||||
"header": "角色資料庫提供方",
|
||||
"add_provider": "新增提供方"
|
||||
},
|
||||
"chatbox_blacklist": {
|
||||
"header": "聊天框黑名單",
|
||||
"keyword_blacklist": "關鍵字黑名單",
|
||||
"user_blacklist": "玩家黑名單",
|
||||
"add_item": "新增項目"
|
||||
},
|
||||
"invite_to_group": {
|
||||
"header": "邀請到群組",
|
||||
"description": "請不要濫用群組邀請,邀請太多玩家加入群組會導致你被停權。",
|
||||
@@ -884,6 +936,13 @@
|
||||
"choose_friends_placeholder": "選擇好友",
|
||||
"selected_users": "已選擇的玩家"
|
||||
},
|
||||
"download_history": {
|
||||
"header": "下載紀錄",
|
||||
"queue": "下載佇列:",
|
||||
"history": "歷史紀錄:",
|
||||
"cancel_all": "取消全部",
|
||||
"close": "關閉"
|
||||
},
|
||||
"note_export": {
|
||||
"header": "備註匯出",
|
||||
"description1": "這個過程將匯出你所有的 VRCX 備忘錄並將它們匯入到 VRChat 備註中。",
|
||||
@@ -943,6 +1002,30 @@
|
||||
"cancel": "取消",
|
||||
"send": "傳送"
|
||||
},
|
||||
"gallery_icons": {
|
||||
"header": "相簿和圖示",
|
||||
"description": "推薦圖片尺寸:1200 像素 x 900 像素",
|
||||
"gallery": "相簿",
|
||||
"icons": "圖示",
|
||||
"refresh": "重新整理",
|
||||
"upload": "上傳",
|
||||
"clear": "清除"
|
||||
},
|
||||
"change_content_image": {
|
||||
"avatar": "變更角色圖片",
|
||||
"world": "變更世界圖片",
|
||||
"description": "推薦圖片尺寸:1200 像素 x 900 像素 (4:3)",
|
||||
"refresh": "重新整理",
|
||||
"upload": "上傳圖片"
|
||||
},
|
||||
"previous_images": {
|
||||
"header": "過去的圖片"
|
||||
},
|
||||
"previous_instances": {
|
||||
"header": "過去的房間",
|
||||
"info": "過去的房間資訊",
|
||||
"search_placeholder": "搜尋"
|
||||
},
|
||||
"open_source": {
|
||||
"header": "開放原始碼軟體授權條款",
|
||||
"description": "VRCX 是基於開放原始碼軟體上開發的。沒有他們的貢獻的話,這個程式是不可能開發出來的。"
|
||||
@@ -1036,6 +1119,13 @@
|
||||
"no": "No.",
|
||||
"status": "狀蓋"
|
||||
},
|
||||
"download_history": {
|
||||
"time": "時間",
|
||||
"name": "名稱",
|
||||
"type": "種類",
|
||||
"status": "狀態",
|
||||
"cancel": "取消"
|
||||
},
|
||||
"import": {
|
||||
"image": "圖片",
|
||||
"name": "名稱",
|
||||
@@ -1044,6 +1134,16 @@
|
||||
"note": "備註",
|
||||
"skip_export": "跳過匯出",
|
||||
"action": "動作"
|
||||
},
|
||||
"previous_instances": {
|
||||
"date": "日期",
|
||||
"display_name": "顯示名稱",
|
||||
"world": "世界",
|
||||
"instance_name": "房間名稱",
|
||||
"instance_creator": "房間創建者",
|
||||
"time": "時間",
|
||||
"count": "次數",
|
||||
"action": "動作"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user