(새 문서: window.LANG = { ko: { language: '언어', categories: '카테고리', links: '링크', search: '검색', recentChanges: '최근 변경', guide: '가이드', getStarted: '시작하기', playlist: '플레이리스트', mainMenu: '메인 메뉴', nations: '국가 및 조합', corporations: '기업 및 공동체', military: '군, 정치집단', history: '역사적 사건', personnel: '인물', loading: '불러오는 중...'...) |
편집 요약 없음 |
||
| 48번째 줄: | 48번째 줄: | ||
logout: 'ログアウト', login: 'ログイン' | logout: 'ログアウト', login: 'ログイン' | ||
} | } | ||
}; | |||
window.CAT_LINKS = { | |||
ko: { | |||
main: '대문', nations: '국가_및_조합', | |||
corporations: '기업_및_공동체', military: '군_정치집단', | |||
history: '역사적_사건', personnel: '인물' | |||
}, | |||
en: { | |||
main: 'Main_Page', nations: 'Nations_and_Factions', | |||
corporations: 'Corporations_and_Communities', military: 'Military_and_Politics', | |||
history: 'Historical_Events', personnel: 'Personnel' | |||
}, | |||
zh: { | |||
main: '首页', nations: '国家与派系', | |||
corporations: '企业与社区', military: '军事与政治', | |||
history: '历史事件', personnel: '人物' | |||
}, | |||
ja: { | |||
main: 'メインページ', nations: '国家と勢力', | |||
corporations: '企業とコミュニティ', military: '軍事と政治', | |||
history: '歴史的事件', personnel: '人物' | |||
} | |||
}; | |||
window.LANG_NAMES = { | |||
ko: { ko: '한국어', en: 'English', zh: '中文', ja: '日本語' }, | |||
en: { ko: 'Korean', en: 'English', zh: 'Chinese', ja: 'Japanese' }, | |||
zh: { ko: '韩语', en: '英语', zh: '中文', ja: '日语' }, | |||
ja: { ko: '韓国語', en: '英語', zh: '中国語', ja: '日本語' } | |||
}; | }; | ||
2026년 4월 18일 (토) 17:03 판
window.LANG = {
ko: {
language: '언어', categories: '카테고리', links: '링크',
search: '검색', recentChanges: '최근 변경', guide: '가이드',
getStarted: '시작하기', playlist: '플레이리스트',
mainMenu: '메인 메뉴', nations: '국가 및 조합',
corporations: '기업 및 공동체', military: '군, 정치집단',
history: '역사적 사건', personnel: '인물',
loading: '불러오는 중...', loadFail: '불러오기 실패',
contribution: '기여', talk: '토론',
watchlist: '주시문서 목록', preferences: '환경 설정',
logout: '로그아웃', login: '로그인'
},
en: {
language: 'Language', categories: 'Categories', links: 'Links',
search: 'Search', recentChanges: 'Recent Changes', guide: 'Guide',
getStarted: 'Get Started', playlist: 'Playlist',
mainMenu: 'Main Menu', nations: 'Nations & Factions',
corporations: 'Corporations & Communities', military: 'Military & Politics',
history: 'Historical Events', personnel: 'Personnel',
loading: 'Loading...', loadFail: 'Failed to load',
contribution: 'Contributions', talk: 'Talk',
watchlist: 'Watchlist', preferences: 'Preferences',
logout: 'Log out', login: 'Log in'
},
zh: {
language: '语言', categories: '分类', links: '链接',
search: '搜索', recentChanges: '最近更改', guide: '指南',
getStarted: '开始', playlist: '播放列表',
mainMenu: '主页', nations: '国家与派系',
corporations: '企业与社区', military: '军事与政治',
history: '历史事件', personnel: '人物',
loading: '加载中...', loadFail: '加载失败',
contribution: '贡献', talk: '讨论',
watchlist: '监视列表', preferences: '偏好设置',
logout: '退出', login: '登录'
},
ja: {
language: '言語', categories: 'カテゴリ', links: 'リンク',
search: '検索', recentChanges: '最近変更', guide: 'ガイド',
getStarted: 'はじめる', playlist: 'プレイリスト',
mainMenu: 'メインメニュー', nations: '国家と勢力',
corporations: '企業とコミュニティ', military: '軍事と政治',
history: '歴史的事件', personnel: '人物',
loading: '読み込み中...', loadFail: '読み込み失敗',
contribution: '投稿', talk: 'トーク',
watchlist: 'ウォッチリスト', preferences: '設定',
logout: 'ログアウト', login: 'ログイン'
}
};
window.CAT_LINKS = {
ko: {
main: '대문', nations: '국가_및_조합',
corporations: '기업_및_공동체', military: '군_정치집단',
history: '역사적_사건', personnel: '인물'
},
en: {
main: 'Main_Page', nations: 'Nations_and_Factions',
corporations: 'Corporations_and_Communities', military: 'Military_and_Politics',
history: 'Historical_Events', personnel: 'Personnel'
},
zh: {
main: '首页', nations: '国家与派系',
corporations: '企业与社区', military: '军事与政治',
history: '历史事件', personnel: '人物'
},
ja: {
main: 'メインページ', nations: '国家と勢力',
corporations: '企業とコミュニティ', military: '軍事と政治',
history: '歴史的事件', personnel: '人物'
}
};
window.LANG_NAMES = {
ko: { ko: '한국어', en: 'English', zh: '中文', ja: '日本語' },
en: { ko: 'Korean', en: 'English', zh: 'Chinese', ja: 'Japanese' },
zh: { ko: '韩语', en: '英语', zh: '中文', ja: '日语' },
ja: { ko: '韓国語', en: '英語', zh: '中国語', ja: '日本語' }
};