mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
feat(localization): add more dialog tokens
player_list world_export world_import avatar_export avatar_import friend_export friend_import note_export
This commit is contained in:
@@ -38,6 +38,19 @@
|
||||
"filter_placeholder": "Filter",
|
||||
"search_placeholder": "Search"
|
||||
},
|
||||
"player_list": {
|
||||
"capacity": "Capacoty",
|
||||
"last_updated": "Last Updated",
|
||||
"created_at": "Created At",
|
||||
"photon": {
|
||||
"current": "Current",
|
||||
"previous": "Previous",
|
||||
"search_placeholder": "Search",
|
||||
"filter_placeholder": "Filter",
|
||||
"chatbox_blacklist": "Chatbox Blacklist",
|
||||
"status_tooltip": "VRCX Companion Status"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"search_placeholder": "Search",
|
||||
"clear_results_tooltip": "Clear Search Results",
|
||||
@@ -114,7 +127,8 @@
|
||||
"search_placeholder": "Search",
|
||||
"filter_placeholder": "Filter",
|
||||
"refresh_tooltip": "Refresh",
|
||||
"clear_tooltip": "Clear Results"
|
||||
"clear_tooltip": "Clear Results",
|
||||
"cancel_tooltip": "Cancel"
|
||||
},
|
||||
"profile": {
|
||||
"profile": {
|
||||
@@ -616,6 +630,11 @@
|
||||
"fallback": "Fallback",
|
||||
"cache": "Cache"
|
||||
},
|
||||
"labels": {
|
||||
"public": "(Public)",
|
||||
"private": "(Private)",
|
||||
"own": "(Own)"
|
||||
},
|
||||
"actions": {
|
||||
"delete_cache_tooltip": "Delete avatar from cache",
|
||||
"favorite_tooltip": "Add to favorites",
|
||||
@@ -805,6 +824,72 @@
|
||||
"discord_names": {
|
||||
"header": "Discord Names",
|
||||
"description": "Click load missing entries in the Friends List tab to search entire friends list"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
@@ -830,7 +915,11 @@
|
||||
"status": "Status",
|
||||
"rank": "Rank",
|
||||
"language": "Language",
|
||||
"bioLink": "Bio Links"
|
||||
"bioLink": "Bio Links",
|
||||
"date": "Date",
|
||||
"user": "User",
|
||||
"type": "Type",
|
||||
"detail": "Detail"
|
||||
},
|
||||
"friendLog": {
|
||||
"date": "Date",
|
||||
@@ -872,6 +961,15 @@
|
||||
"social_status": {
|
||||
"no": "No.",
|
||||
"status": "Status"
|
||||
},
|
||||
"import": {
|
||||
"image": "Image",
|
||||
"name": "Name",
|
||||
"author": "Author",
|
||||
"status": "Status",
|
||||
"note": "Note",
|
||||
"skip_export": "Skip Export",
|
||||
"action": "Action"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,6 +38,16 @@
|
||||
"filter_placeholder": "篩選遊戲紀錄",
|
||||
"search_placeholder": "搜尋遊戲紀錄"
|
||||
},
|
||||
"player_list": {
|
||||
"photon": {
|
||||
"current": "目前",
|
||||
"previous": "上一個",
|
||||
"search_placeholder": "搜尋",
|
||||
"filter_placeholder": "篩選",
|
||||
"chatbox_blacklist": "聊天框黑名單",
|
||||
"status_tooltip": "VRCX Companion 狀態"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"search_placeholder": "搜尋",
|
||||
"clear_results_tooltip": "清除搜尋結果",
|
||||
@@ -411,7 +421,7 @@
|
||||
"filter_everyone": "所有人",
|
||||
"message_timeout": "訊息時長"
|
||||
},
|
||||
"event_hud": {
|
||||
"timeout_hud": {
|
||||
"header": "玩家愈時 HUD",
|
||||
"enable": "啟用",
|
||||
"enable_tooltip": "需要啟用 SteamVR 疊層選項",
|
||||
@@ -467,7 +477,7 @@
|
||||
"invite_to_group": "邀情到群組",
|
||||
"manage_gallery_icon": "管理相簿 / 圖示",
|
||||
"accept_friend_request": "接受好友邀請",
|
||||
"deny_friend_request": "回絕好友邀請",
|
||||
"decline_friend_request": "回絕好友邀請",
|
||||
"cancel_friend_request": "取消好友邀請",
|
||||
"send_friend_request": "傳送好友邀請",
|
||||
"show_avatar_author": "顯示角色作者",
|
||||
@@ -611,13 +621,17 @@
|
||||
}
|
||||
},
|
||||
"avatar": {
|
||||
"header": "角色",
|
||||
"tags": {
|
||||
"public": "公開",
|
||||
"private": "私人",
|
||||
"fallback": "備用",
|
||||
"cache": "快取"
|
||||
},
|
||||
"labels": {
|
||||
"public": "(公開)",
|
||||
"private": "(私人)",
|
||||
"own": "(自有)"
|
||||
},
|
||||
"actions": {
|
||||
"delete_cache_tooltip": "從快取中刪除角色",
|
||||
"favorite_tooltip": "添加到我的收藏",
|
||||
@@ -807,6 +821,72 @@
|
||||
"discord_names": {
|
||||
"header": "Discord 名稱",
|
||||
"description": "點擊好友列表中的「讀取缺失的項目」來搜尋整個好友列表"
|
||||
},
|
||||
"world_export": {
|
||||
"header": "世界收藏匯出"
|
||||
},
|
||||
"world_import": {
|
||||
"header": "世界收藏匯入",
|
||||
"description": "輸入世界 ID 列表",
|
||||
"process_list": "讀取列表",
|
||||
"process_progress": "進度:",
|
||||
"select_vrchat_group_placeholder": "選擇 VRChat 群組",
|
||||
"select_local_group_placeholder": "選擇本地群組",
|
||||
"import": "匯入世界",
|
||||
"cancel": "取消",
|
||||
"import_progress": "匯入進度:",
|
||||
"clear_table": "清除表格",
|
||||
"errors": "錯誤:",
|
||||
"clear_errors": "清除錯誤"
|
||||
},
|
||||
"avatar_export": {
|
||||
"header": "角色收藏匯出"
|
||||
},
|
||||
"avatar_import": {
|
||||
"header": "角色收藏匯入",
|
||||
"description": "輸入角色 ID 列表",
|
||||
"process_list": "讀取列表",
|
||||
"process_progress": "進度:",
|
||||
"select_group_placeholder": "選擇群組",
|
||||
"import": "匯入角色",
|
||||
"cancel": "取消",
|
||||
"import_progress": "匯入進度:",
|
||||
"clear_table": "清除表格",
|
||||
"errors": "錯誤:",
|
||||
"clear_errors": "清除錯誤"
|
||||
},
|
||||
"friend_export": {
|
||||
"header": "好友收藏匯出"
|
||||
},
|
||||
"friend_import": {
|
||||
"header": "好友收藏匯入",
|
||||
"description": "輸入玩家 ID 列表",
|
||||
"process_list": "讀取列表",
|
||||
"process_progress": "進度:",
|
||||
"select_group_placeholder": "選擇群組",
|
||||
"import": "匯入好友",
|
||||
"cancel": "取消",
|
||||
"import_progress": "匯入進度:",
|
||||
"clear_table": "清除表格",
|
||||
"errors": "錯誤:",
|
||||
"clear_errors": "清除錯誤"
|
||||
},
|
||||
"note_export": {
|
||||
"header": "備註匯出",
|
||||
"description1": "這個過程將匯出你所有的 VRCX 備忘錄並將它們匯入到 VRChat 備註中。",
|
||||
"description2": "請注意以下限制:",
|
||||
"description3": "- API 接口有速率限制,每個請求之間會有很大的延遲。",
|
||||
"description4": "- 每個備註的字數限制為 256 個字元。",
|
||||
"description5": "- 髒話過濾器(沒有樂趣)。",
|
||||
"description6": "- 不能換行(將會被替換成空格)。",
|
||||
"description7": "- 這將會覆蓋這些玩家現有的任何 VRChat 備註。",
|
||||
"description8": "- 在這裡所做的任何編輯都不會影響 VRCX 備忘錄,但會在匯出後會影響 VRChat 備註。",
|
||||
"refresh": "重新整理",
|
||||
"export": "匯出",
|
||||
"cancel": "取消",
|
||||
"progress": "進度:",
|
||||
"errors": "錯誤:",
|
||||
"clear_errors": "清除錯誤"
|
||||
}
|
||||
},
|
||||
"table": {
|
||||
@@ -832,7 +912,11 @@
|
||||
"status": "狀態",
|
||||
"rank": "階級",
|
||||
"language": "語言",
|
||||
"bioLink": "社交連結"
|
||||
"bioLink": "社交連結",
|
||||
"user": "玩家",
|
||||
"type": "種類",
|
||||
"detail": "詳細",
|
||||
"date": "時間"
|
||||
},
|
||||
"friendLog": {
|
||||
"date": "時間",
|
||||
@@ -874,6 +958,15 @@
|
||||
"social_status": {
|
||||
"no": "No.",
|
||||
"status": "狀蓋"
|
||||
},
|
||||
"import": {
|
||||
"image": "圖片",
|
||||
"name": "名稱",
|
||||
"author": "作者",
|
||||
"status": "狀態",
|
||||
"note": "備註",
|
||||
"skip_export": "跳過匯出",
|
||||
"action": "動作"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user