mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
Instance info tooltip and random fixes
This commit is contained in:
@@ -13,16 +13,21 @@ import elements_ko from 'element-ui/lib/locale/lang/ko';
|
||||
import zh_CN from './strings/zh_CN.json' assert { type: 'JSON' };
|
||||
import elements_zh_CN from 'element-ui/lib/locale/lang/zh-CN';
|
||||
|
||||
import fr from './strings/fr.json' assert { type: 'JSON' };
|
||||
import elements_fr from 'element-ui/lib/locale/lang/fr';
|
||||
|
||||
const localized_en = { ...en, ...elements_en };
|
||||
const localized_zh_TW = { ...zh_TW, ...elements_zh_TW };
|
||||
const localized_zh_CN = { ...zh_CN, ...elements_zh_CN };
|
||||
const localized_ko = { ...ko, ...elements_ko };
|
||||
const localized_ja = { ...ja, ...elements_ja };
|
||||
const localized_fr = { ...fr, ...elements_fr };
|
||||
|
||||
export {
|
||||
localized_en as en,
|
||||
localized_zh_TW as zh_TW,
|
||||
localized_ko as ko,
|
||||
localized_zh_CN as zh_CN,
|
||||
localized_ja as ja_JP
|
||||
localized_ja as ja_JP,
|
||||
localized_fr as fr
|
||||
};
|
||||
|
||||
@@ -544,7 +544,11 @@
|
||||
"header": "Info",
|
||||
"launch_invite_tooltip": "Launch/Invite",
|
||||
"self_invite_tooltip": "Invite Yourself",
|
||||
"refresh_user_count_tooltip": "Refresh User Count",
|
||||
"refresh_instance_info": "Refresh Instance Info",
|
||||
"instance_queue": "Queue:",
|
||||
"instance_users": "Users:",
|
||||
"instance_game_version": "Game Version:",
|
||||
"instance_queuing_enabled": "Queuing Enabled",
|
||||
"instance_creator": "Instance Creator",
|
||||
"note": "Note",
|
||||
"note_placeholder": "Click to add a note",
|
||||
@@ -633,7 +637,7 @@
|
||||
"private_count": "Private {count}",
|
||||
"capacity_count": "Capacity {count} ({max})",
|
||||
"self_invite_tooltip": "Invite Yourself",
|
||||
"refresh_user_count_tooltip": "Refresh User Count",
|
||||
"refresh_instance_info": "Refresh Instance Info",
|
||||
"instance_full": "full",
|
||||
"instance_creator": "Instance Creator"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user