|
|
|
@ -12,6 +12,7 @@ object LanguageManager {
|
|
|
|
"tab.settings" to "设置",
|
|
|
|
"tab.settings" to "设置",
|
|
|
|
"settings.personal" to "个人设置",
|
|
|
|
"settings.personal" to "个人设置",
|
|
|
|
"settings.display_name" to "显示名称",
|
|
|
|
"settings.display_name" to "显示名称",
|
|
|
|
|
|
|
|
"settings.chat_data" to "聊天数据",
|
|
|
|
"settings.server" to "服务器",
|
|
|
|
"settings.server" to "服务器",
|
|
|
|
"settings.server_url" to "服务器地址",
|
|
|
|
"settings.server_url" to "服务器地址",
|
|
|
|
"settings.save_server" to "保存地址",
|
|
|
|
"settings.save_server" to "保存地址",
|
|
|
|
@ -29,8 +30,6 @@ object LanguageManager {
|
|
|
|
"settings.current_status" to "当前状态",
|
|
|
|
"settings.current_status" to "当前状态",
|
|
|
|
"settings.cert_fingerprint" to "证书指纹",
|
|
|
|
"settings.cert_fingerprint" to "证书指纹",
|
|
|
|
"settings.show_system" to "显示系统消息",
|
|
|
|
"settings.show_system" to "显示系统消息",
|
|
|
|
"settings.connect" to "连接",
|
|
|
|
|
|
|
|
"settings.disconnect" to "断开",
|
|
|
|
|
|
|
|
"settings.clear_msg" to "清空消息",
|
|
|
|
"settings.clear_msg" to "清空消息",
|
|
|
|
"settings.dynamic_color" to "使用动态颜色",
|
|
|
|
"settings.dynamic_color" to "使用动态颜色",
|
|
|
|
"chat.broadcast" to "广播",
|
|
|
|
"chat.broadcast" to "广播",
|
|
|
|
@ -46,13 +45,44 @@ object LanguageManager {
|
|
|
|
"theme.gray" to "商务灰",
|
|
|
|
"theme.gray" to "商务灰",
|
|
|
|
"theme.green" to "翠绿",
|
|
|
|
"theme.green" to "翠绿",
|
|
|
|
"theme.red" to "绯红",
|
|
|
|
"theme.red" to "绯红",
|
|
|
|
"theme.warm" to "温暖"
|
|
|
|
"theme.warm" to "温暖",
|
|
|
|
|
|
|
|
"top_bar.link" to "已连接",
|
|
|
|
|
|
|
|
"top_bar.dislink" to "未连接",
|
|
|
|
|
|
|
|
"top_bar.link_start" to "连接中",
|
|
|
|
|
|
|
|
"top_bar.error_dislink" to "异常断开",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"status_hint.ready" to "已连接,可以开始聊天",
|
|
|
|
|
|
|
|
"status_hint.click_to_connect" to "点击连接开始聊天",
|
|
|
|
|
|
|
|
"status_hint.handshaking" to "已连接,正在准备聊天...",
|
|
|
|
|
|
|
|
"status_hint.received_binary_handshake" to "收到二进制握手帧,正在尝试解析...",
|
|
|
|
|
|
|
|
"status_hint.connection_error_retrying" to "连接异常,正在重试",
|
|
|
|
|
|
|
|
"status_hint.invalid_server_url" to "请填写有效服务器地址",
|
|
|
|
|
|
|
|
"status_hint.connecting" to "正在连接服务器...",
|
|
|
|
|
|
|
|
"status_hint.disconnected" to "连接已关闭",
|
|
|
|
|
|
|
|
"status_hint.server_saved" to "服务器地址已保存",
|
|
|
|
|
|
|
|
"status_hint.server_removed_default" to "已恢复默认服务器地址",
|
|
|
|
|
|
|
|
"status_hint.server_removed" to "已移除当前服务器地址",
|
|
|
|
|
|
|
|
"status_hint.target_key_required" to "请先填写目标公钥,再发送私聊消息",
|
|
|
|
|
|
|
|
"status_hint.hello_received" to "已收到握手数据,正在解析...",
|
|
|
|
|
|
|
|
"status_hint.handshake_failed_incomplete" to "握手失败:服务端响应不完整",
|
|
|
|
|
|
|
|
"status_hint.handshake_failed_unexpected" to "握手失败:收到非预期消息",
|
|
|
|
|
|
|
|
"status_hint.handshake_failed_parse" to "握手失败:首包解析失败",
|
|
|
|
|
|
|
|
"status_hint.authenticating" to "正在完成身份验证...",
|
|
|
|
|
|
|
|
"status_hint.auth_timeout" to "连接超时,请重试",
|
|
|
|
|
|
|
|
"status_hint.auth_failed" to "认证失败",
|
|
|
|
|
|
|
|
"status_hint.ready" to "已连接,可以开始聊天",
|
|
|
|
|
|
|
|
"status_hint.reconnecting" to "正在自动重试连接...",
|
|
|
|
|
|
|
|
"status_hint.connection_interrupted_retrying" to "连接已中断,正在重试",
|
|
|
|
|
|
|
|
"status_hint.reconnect_countdown" to "%d秒后自动重连(第 %d 次)",
|
|
|
|
|
|
|
|
"status_hint.reconnect_failed_invalid_url" to "重连失败:服务器地址无效",
|
|
|
|
|
|
|
|
"status_hint.hello_timeout" to "握手超时,请检查地址路径与反向代理"
|
|
|
|
),
|
|
|
|
),
|
|
|
|
"en" to mapOf(
|
|
|
|
"en" to mapOf(
|
|
|
|
"tab.chat" to "Chat",
|
|
|
|
"tab.chat" to "Chat",
|
|
|
|
"tab.settings" to "Settings",
|
|
|
|
"tab.settings" to "Settings",
|
|
|
|
"settings.personal" to "Personal",
|
|
|
|
"settings.personal" to "Personal",
|
|
|
|
"settings.display_name" to "Display Name",
|
|
|
|
"settings.display_name" to "Display Name",
|
|
|
|
|
|
|
|
"settings.chat_data" to "Chat Data",
|
|
|
|
"settings.server" to "Server",
|
|
|
|
"settings.server" to "Server",
|
|
|
|
"settings.server_url" to "Server Address",
|
|
|
|
"settings.server_url" to "Server Address",
|
|
|
|
"settings.save_server" to "Save",
|
|
|
|
"settings.save_server" to "Save",
|
|
|
|
@ -70,8 +100,6 @@ object LanguageManager {
|
|
|
|
"settings.current_status" to "Status",
|
|
|
|
"settings.current_status" to "Status",
|
|
|
|
"settings.cert_fingerprint" to "Fingerprint",
|
|
|
|
"settings.cert_fingerprint" to "Fingerprint",
|
|
|
|
"settings.show_system" to "Show System Messages",
|
|
|
|
"settings.show_system" to "Show System Messages",
|
|
|
|
"settings.connect" to "Link",
|
|
|
|
|
|
|
|
"settings.disconnect" to "Dislink",
|
|
|
|
|
|
|
|
"settings.clear_msg" to "ClearMsg",
|
|
|
|
"settings.clear_msg" to "ClearMsg",
|
|
|
|
"settings.dynamic_color" to "Use dynamic color",
|
|
|
|
"settings.dynamic_color" to "Use dynamic color",
|
|
|
|
"chat.broadcast" to "Broadcast",
|
|
|
|
"chat.broadcast" to "Broadcast",
|
|
|
|
@ -87,13 +115,44 @@ object LanguageManager {
|
|
|
|
"theme.gray" to "Business Gray",
|
|
|
|
"theme.gray" to "Business Gray",
|
|
|
|
"theme.green" to "Green",
|
|
|
|
"theme.green" to "Green",
|
|
|
|
"theme.red" to "Red",
|
|
|
|
"theme.red" to "Red",
|
|
|
|
"theme.warm" to "Warm"
|
|
|
|
"theme.warm" to "Warm",
|
|
|
|
|
|
|
|
"status.idle" to "Idle",
|
|
|
|
|
|
|
|
"status.connecting" to "Connecting",
|
|
|
|
|
|
|
|
"status.ready" to "Connected",
|
|
|
|
|
|
|
|
"status.error" to "Error",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"status_hint.ready" to "Ready, you can start chatting",
|
|
|
|
|
|
|
|
"status_hint.click_to_connect" to "Click connect to start chatting",
|
|
|
|
|
|
|
|
"status_hint.handshaking" to "Connected, preparing chat...",
|
|
|
|
|
|
|
|
"status_hint.received_binary_handshake" to "Received binary handshake frame, parsing...",
|
|
|
|
|
|
|
|
"status_hint.connection_error_retrying" to "Connection error, retrying",
|
|
|
|
|
|
|
|
"status_hint.invalid_server_url" to "Please enter a valid server address",
|
|
|
|
|
|
|
|
"status_hint.connecting" to "Connecting to server...",
|
|
|
|
|
|
|
|
"status_hint.disconnected" to "Connection closed",
|
|
|
|
|
|
|
|
"status_hint.server_saved" to "Server address saved",
|
|
|
|
|
|
|
|
"status_hint.server_removed_default" to "Restored default server address",
|
|
|
|
|
|
|
|
"status_hint.server_removed" to "Removed current server address",
|
|
|
|
|
|
|
|
"status_hint.target_key_required" to "Please enter target public key first",
|
|
|
|
|
|
|
|
"status_hint.hello_received" to "Handshake data received, parsing...",
|
|
|
|
|
|
|
|
"status_hint.handshake_failed_incomplete" to "Handshake failed: incomplete server response",
|
|
|
|
|
|
|
|
"status_hint.handshake_failed_unexpected" to "Handshake failed: unexpected message",
|
|
|
|
|
|
|
|
"status_hint.handshake_failed_parse" to "Handshake failed: first packet parse error",
|
|
|
|
|
|
|
|
"status_hint.authenticating" to "Authenticating...",
|
|
|
|
|
|
|
|
"status_hint.auth_timeout" to "Connection timeout, please retry",
|
|
|
|
|
|
|
|
"status_hint.auth_failed" to "Authentication failed",
|
|
|
|
|
|
|
|
"status_hint.ready" to "Connected, ready to chat",
|
|
|
|
|
|
|
|
"status_hint.reconnecting" to "Reconnecting...",
|
|
|
|
|
|
|
|
"status_hint.connection_interrupted_retrying" to "Connection interrupted, retrying",
|
|
|
|
|
|
|
|
"status_hint.reconnect_countdown" to "Reconnecting in %d seconds (attempt %d)",
|
|
|
|
|
|
|
|
"status_hint.reconnect_failed_invalid_url" to "Reconnect failed: invalid server address",
|
|
|
|
|
|
|
|
"status_hint.hello_timeout" to "Handshake timeout, check server path and reverse proxy"
|
|
|
|
),
|
|
|
|
),
|
|
|
|
"ja" to mapOf(
|
|
|
|
"ja" to mapOf(
|
|
|
|
"tab.chat" to "チャット",
|
|
|
|
"tab.chat" to "チャット",
|
|
|
|
"tab.settings" to "設定",
|
|
|
|
"tab.settings" to "設定",
|
|
|
|
"settings.personal" to "個人設定",
|
|
|
|
"settings.personal" to "個人設定",
|
|
|
|
"settings.display_name" to "表示名",
|
|
|
|
"settings.display_name" to "表示名",
|
|
|
|
|
|
|
|
"settings.chat_data" to "チャットデータ",
|
|
|
|
"settings.server" to "サーバー",
|
|
|
|
"settings.server" to "サーバー",
|
|
|
|
"settings.server_url" to "アドレス",
|
|
|
|
"settings.server_url" to "アドレス",
|
|
|
|
"settings.save_server" to "保存",
|
|
|
|
"settings.save_server" to "保存",
|
|
|
|
@ -111,8 +170,6 @@ object LanguageManager {
|
|
|
|
"settings.current_status" to "ステータス",
|
|
|
|
"settings.current_status" to "ステータス",
|
|
|
|
"settings.cert_fingerprint" to "証明書指紋",
|
|
|
|
"settings.cert_fingerprint" to "証明書指紋",
|
|
|
|
"settings.show_system" to "システムメッセージを表示",
|
|
|
|
"settings.show_system" to "システムメッセージを表示",
|
|
|
|
"settings.connect" to "接続",
|
|
|
|
|
|
|
|
"settings.disconnect" to "切断",
|
|
|
|
|
|
|
|
"settings.clear_msg" to "履歴を消去",
|
|
|
|
"settings.clear_msg" to "履歴を消去",
|
|
|
|
"settings.dynamic_color" to "動的カラーを使用",
|
|
|
|
"settings.dynamic_color" to "動的カラーを使用",
|
|
|
|
"chat.broadcast" to "全体",
|
|
|
|
"chat.broadcast" to "全体",
|
|
|
|
@ -128,13 +185,44 @@ object LanguageManager {
|
|
|
|
"theme.gray" to "ビジネスグレー",
|
|
|
|
"theme.gray" to "ビジネスグレー",
|
|
|
|
"theme.green" to "グリーン",
|
|
|
|
"theme.green" to "グリーン",
|
|
|
|
"theme.red" to "レッド",
|
|
|
|
"theme.red" to "レッド",
|
|
|
|
"theme.warm" to "ウォーム"
|
|
|
|
"theme.warm" to "ウォーム",
|
|
|
|
|
|
|
|
"status.idle" to "未接続",
|
|
|
|
|
|
|
|
"status.connecting" to "接続中",
|
|
|
|
|
|
|
|
"status.ready" to "接続済み",
|
|
|
|
|
|
|
|
"status.error" to "エラー",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"status_hint.ready" to "接続済み、チャットを開始できます",
|
|
|
|
|
|
|
|
"status_hint.click_to_connect" to "接続してチャットを開始",
|
|
|
|
|
|
|
|
"status_hint.handshaking" to "接続しました、準備中...",
|
|
|
|
|
|
|
|
"status_hint.received_binary_handshake" to "バイナリハンドシェイクを受信、解析中...",
|
|
|
|
|
|
|
|
"status_hint.connection_error_retrying" to "接続エラー、再試行中",
|
|
|
|
|
|
|
|
"status_hint.invalid_server_url" to "有効なサーバーアドレスを入力してください",
|
|
|
|
|
|
|
|
"status_hint.connecting" to "サーバーに接続中...",
|
|
|
|
|
|
|
|
"status_hint.disconnected" to "接続が切断されました",
|
|
|
|
|
|
|
|
"status_hint.server_saved" to "サーバーアドレスを保存しました",
|
|
|
|
|
|
|
|
"status_hint.server_removed_default" to "デフォルトサーバーに戻しました",
|
|
|
|
|
|
|
|
"status_hint.server_removed" to "現在のサーバーを削除しました",
|
|
|
|
|
|
|
|
"status_hint.target_key_required" to "相手の公開鍵を入力してください",
|
|
|
|
|
|
|
|
"status_hint.hello_received" to "ハンドシェイクデータを受信、解析中...",
|
|
|
|
|
|
|
|
"status_hint.handshake_failed_incomplete" to "ハンドシェイク失敗:サーバー応答が不完全",
|
|
|
|
|
|
|
|
"status_hint.handshake_failed_unexpected" to "ハンドシェイク失敗:予期しないメッセージ",
|
|
|
|
|
|
|
|
"status_hint.handshake_failed_parse" to "ハンドシェイク失敗:最初のパケット解析エラー",
|
|
|
|
|
|
|
|
"status_hint.authenticating" to "認証中...",
|
|
|
|
|
|
|
|
"status_hint.auth_timeout" to "接続タイムアウト、再試行してください",
|
|
|
|
|
|
|
|
"status_hint.auth_failed" to "認証に失敗しました",
|
|
|
|
|
|
|
|
"status_hint.ready" to "接続完了、チャットを開始できます",
|
|
|
|
|
|
|
|
"status_hint.reconnecting" to "自動再接続中...",
|
|
|
|
|
|
|
|
"status_hint.connection_interrupted_retrying" to "接続が切断されました、再試行中",
|
|
|
|
|
|
|
|
"status_hint.reconnect_countdown" to "%d秒後に再接続(%d回目)",
|
|
|
|
|
|
|
|
"status_hint.reconnect_failed_invalid_url" to "再接続失敗:サーバーアドレスが無効",
|
|
|
|
|
|
|
|
"status_hint.hello_timeout" to "ハンドシェイクタイムアウト、サーバーパスを確認してください"
|
|
|
|
),
|
|
|
|
),
|
|
|
|
"ko" to mapOf(
|
|
|
|
"ko" to mapOf(
|
|
|
|
"tab.chat" to "채팅",
|
|
|
|
"tab.chat" to "채팅",
|
|
|
|
"tab.settings" to "설정",
|
|
|
|
"tab.settings" to "설정",
|
|
|
|
"settings.personal" to "개인 설정",
|
|
|
|
"settings.personal" to "개인 설정",
|
|
|
|
"settings.display_name" to "표시 이름",
|
|
|
|
"settings.display_name" to "표시 이름",
|
|
|
|
|
|
|
|
"settings.chat_data" to "채팅 데이터",
|
|
|
|
"settings.server" to "서버",
|
|
|
|
"settings.server" to "서버",
|
|
|
|
"settings.server_url" to "서버 주소",
|
|
|
|
"settings.server_url" to "서버 주소",
|
|
|
|
"settings.save_server" to "주소 저장",
|
|
|
|
"settings.save_server" to "주소 저장",
|
|
|
|
@ -152,8 +240,6 @@ object LanguageManager {
|
|
|
|
"settings.current_status" to "현재 상태",
|
|
|
|
"settings.current_status" to "현재 상태",
|
|
|
|
"settings.cert_fingerprint" to "인증서 지문",
|
|
|
|
"settings.cert_fingerprint" to "인증서 지문",
|
|
|
|
"settings.show_system" to "시스템 메시지 표시",
|
|
|
|
"settings.show_system" to "시스템 메시지 표시",
|
|
|
|
"settings.connect" to "연결",
|
|
|
|
|
|
|
|
"settings.disconnect" to "연결 끊기",
|
|
|
|
|
|
|
|
"settings.clear_msg" to "정보 삭제",
|
|
|
|
"settings.clear_msg" to "정보 삭제",
|
|
|
|
"settings.dynamic_color" to "동적 색상 사용",
|
|
|
|
"settings.dynamic_color" to "동적 색상 사용",
|
|
|
|
"chat.broadcast" to "브로드캐스트",
|
|
|
|
"chat.broadcast" to "브로드캐스트",
|
|
|
|
@ -169,7 +255,37 @@ object LanguageManager {
|
|
|
|
"theme.gray" to "비즈니스 그레이",
|
|
|
|
"theme.gray" to "비즈니스 그레이",
|
|
|
|
"theme.green" to "초록",
|
|
|
|
"theme.green" to "초록",
|
|
|
|
"theme.red" to "빨강",
|
|
|
|
"theme.red" to "빨강",
|
|
|
|
"theme.warm" to "따뜻함"
|
|
|
|
"theme.warm" to "따뜻함",
|
|
|
|
|
|
|
|
"status.idle" to "연결 안 됨",
|
|
|
|
|
|
|
|
"status.connecting" to "연결 중",
|
|
|
|
|
|
|
|
"status.ready" to "연결됨",
|
|
|
|
|
|
|
|
"status.error" to "오류",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"status_hint.ready" to "연결됨, 채팅을 시작할 수 있습니다",
|
|
|
|
|
|
|
|
"status_hint.click_to_connect" to "연결하여 채팅 시작",
|
|
|
|
|
|
|
|
"status_hint.handshaking" to "연결됨, 채팅 준비 중...",
|
|
|
|
|
|
|
|
"status_hint.received_binary_handshake" to "바이너리 핸드셰이크 수신, 분석 중...",
|
|
|
|
|
|
|
|
"status_hint.connection_error_retrying" to "연결 오류, 재시도 중",
|
|
|
|
|
|
|
|
"status_hint.invalid_server_url" to "유효한 서버 주소를 입력하세요",
|
|
|
|
|
|
|
|
"status_hint.connecting" to "서버에 연결 중...",
|
|
|
|
|
|
|
|
"status_hint.disconnected" to "연결이 종료됨",
|
|
|
|
|
|
|
|
"status_hint.server_saved" to "서버 주소가 저장됨",
|
|
|
|
|
|
|
|
"status_hint.server_removed_default" to "기본 서버 주소로 복원됨",
|
|
|
|
|
|
|
|
"status_hint.server_removed" to "현재 서버 주소가 제거됨",
|
|
|
|
|
|
|
|
"status_hint.target_key_required" to "대상 공개키를 먼저 입력하세요",
|
|
|
|
|
|
|
|
"status_hint.hello_received" to "핸드셰이크 데이터 수신, 분석 중...",
|
|
|
|
|
|
|
|
"status_hint.handshake_failed_incomplete" to "핸드셰이크 실패: 서버 응답 불완전",
|
|
|
|
|
|
|
|
"status_hint.handshake_failed_unexpected" to "핸드셰이크 실패: 예상치 못한 메시지",
|
|
|
|
|
|
|
|
"status_hint.handshake_failed_parse" to "핸드셰이크 실패: 첫 패킷 구문 분석 오류",
|
|
|
|
|
|
|
|
"status_hint.authenticating" to "인증 중...",
|
|
|
|
|
|
|
|
"status_hint.auth_timeout" to "연결 시간 초과, 다시 시도하세요",
|
|
|
|
|
|
|
|
"status_hint.auth_failed" to "인증 실패",
|
|
|
|
|
|
|
|
"status_hint.ready" to "연결됨, 채팅 가능",
|
|
|
|
|
|
|
|
"status_hint.reconnecting" to "자동 재연결 중...",
|
|
|
|
|
|
|
|
"status_hint.connection_interrupted_retrying" to "연결이 끊어짐, 재시도 중",
|
|
|
|
|
|
|
|
"status_hint.reconnect_countdown" to "%d초 후 자동 재연결 (시도 %d회)",
|
|
|
|
|
|
|
|
"status_hint.reconnect_failed_invalid_url" to "재연결 실패: 서버 주소가 유효하지 않음",
|
|
|
|
|
|
|
|
"status_hint.hello_timeout" to "핸드셰이크 시간 초과, 서버 경로와 리버스 프록시를 확인하세요"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|