@xvm.xcファイルの後半部分。
それぞれの設定が、個別のファイルに分割されている。
// Parameters for login screen.
// ログイン用設定
"login": ${"login.xc":"login"},
// Parameters for hangar.
// ハンガー用設定
"hangar": ${"hangar.xc":"hangar"},
// Parameters for userinfo window.
// ユーザー情報ウィンドウの設定
"userInfo": ${"userInfo.xc":"userInfo"},
// General parameters for the battle interface.
// 戦闘画面の設定
"battle": ${"battle.xc":"battle"},
// Frag counter panel.
// 残存車両パネルの設定(戦闘画面の上にある奴)
"fragCorrelation": ${"battle.xc":"fragCorrelation"},
// Ingame crits panel by "expert" skill.
// エキスパートパネル... ってなんだっけ?
"expertPanel": ${"battle.xc":"expertPanel"},
// Battle interface text fields
// 戦闘インターフェーステキスト領域
"battleLabels": ${"battleLabels.xc":"labels"},
// Log of the received hits.
// ダメージログ
"damageLog": ${"damageLog.xc":"damageLog"},
// Special XVM hotkeys.
// XVM用のホットキー設定
"hotkeys": ${"hotkeys.xc":"hotkeys"},
// Parameters for squad window.
// 小隊用ウィンドウの設定
"squad": ${"squad.xc":"squad"},
// Parameters of the Battle Loading screen.
// 戦闘開始前のローディング中の設定
"battleLoading": ${"battleLoading.xc":"battleLoading"},
// Parameters for the alternative view of the Battle Loading screen.
// 戦闘開始前のローディング中のTips表示
"battleLoadingTips": ${"battleLoadingTips.xc":"battleLoadingTips"},
// Parameters of the Battle Statistics form.
// 戦闘統計表示の設定
"statisticForm": ${"statisticForm.xc":"statisticForm"},
// Parameters of the Players Panels ("ears").
// プレーヤーパネルの設定
"playersPanel": ${"playersPanel.xc":"playersPanel"},
// Parameters of the After Battle Screen.
// 戦闘結果の設定
"battleResults": ${"battleResults.xc":"battleResults"},
// Hit log (my hits calculator).
// ヒットログの設定
"hitLog": ${"hitLog.xc":"hitLog"},
// Capture bar.
// 占領バーの設定
"captureBar": ${"captureBar.xc":"captureBar"},
// Minimap.
// ミニマップの設定
"minimap": ${"minimap.xc":"minimap"},
// Minimap (alternative mode).
// ミニマップの設定(Alt押下時)
"minimapAlt": ${"minimapAlt.xc":"minimap"},
// Over-target markers.
// マーカー設定
"markers": ${"markers.xc":"markers"},
// Color settings.
// カラー設定
"colors": ${"colors.xc":"colors"},
// Options for dynamic transparency.
// 透過度の設定
"alpha": ${"alpha.xc":"alpha"},
// Text substitutions.
// テキストの設定
"texts": ${"texts.xc":"texts"},
// Icon sets.
// アイコンの設定
"iconset": ${"iconset.xc":"iconset"},
// Vehicle names mapping.
// 車両名マッピング
"vehicleNames": ${"vehicleNames.xc":"vehicleNames"},
// Export data
// データエクスポート
"export": ${"export.xc":"export"},
// Parameters for tooltips
// tooltipsの設定
"tooltips": ${"tooltips.xc":"tooltips"},
// Extra sounds settings
// 拡張サウンドの設定
"sounds": ${"sounds.xc":"sounds"},
// XMQP services settings
// XMQPサービスの設定... ってなんだ?
"xmqp": ${"xmqp.xc":"xmqp"},
// Various settings for advanced users
// 上級ユーザー向けのさまざまな設定
"tweaks": ${"tweaks.xc":"tweaks"}