refactor(i18n): 번역 및 설정 데이터 정리

- game_translations_ko/ja: 종족명 번역 업데이트
- pq_config_data: 설정 데이터 동기화
This commit is contained in:
JiWoong Sul
2025-12-31 15:19:00 +09:00
parent 47bd2d4aaf
commit c8a24b4ac0
3 changed files with 24 additions and 24 deletions

View File

@@ -42,14 +42,14 @@ const Map<String, String> raceTranslationsJa = {
'Kernel Giant': 'カーネルジャイアント',
'Thread Spirit': 'スレッドスピリット',
'Coredump Undead': 'コアダンプアンデッド',
'Flag Knight': 'フラグナイト',
'Loop Wizard': 'ループウィザード',
'Recursive Sage': 'リカーシブセイジ',
'Iterator Rogue': 'イテレーターローグ',
'Callback Priest': 'コールバックプリースト',
'Lambda Druid': 'ラムダドルイ',
'Protocol Paladin': 'プロトコルパラディン',
'Index Ranger': 'インデックスレンジャー',
'Flag Golem': 'フラグゴーレム',
'Loop Djinn': 'ループジン',
'Recursive Sylvan': 'リカーシブシルヴァン',
'Iterator Shade': 'イテレーターシェイド',
'Callback Seraph': 'コールバックセラフ',
'Lambda Dryad': 'ラムダドライア',
'Protocol Valkyrie': 'プロトコルヴァルキリー',
'Index Feline': 'インデックスフェライン',
};
/// 職業名日本語翻訳