Files
Gobang-Game/src/i18n/zh-CN.json
T

56 lines
1.4 KiB
JSON

{
"app": { "title": "五子棋 v2.0" },
"common": {
"back": "返回",
"back_to_menu": "返回菜单"
},
"menu": {
"local_game": "本地双人",
"ai_game": "人机对战",
"online_game": "网络对战",
"online_game_disabled": "网络对战功能开发中",
"load_replay": "加载棋谱",
"settings": "设置",
"host_room": "创建房间",
"join_room": "加入房间",
"ip_placeholder": "IP:端口"
},
"ai_setup": {
"first_player": "先手",
"black_first": "黑棋 (先手)",
"white_second": "白棋 (后手)"
},
"game": {
"black_turn": "黑棋回合",
"white_turn": "白棋回合",
"black_win": "黑棋获胜!",
"white_win": "白棋获胜!",
"draw": "平局",
"ai_thinking": "AI 思考中...",
"undo": "悔棋",
"resign": "认输",
"save": "保存棋谱",
"new_game": "新游戏",
"waiting_opponent": "等待对手加入...",
"your_turn": "你的回合",
"opponent_turn": "对手回合",
"opponent_connected": "对手已连接",
"opponent_disconnected": "对手已断开"
},
"replay": {
"play": "播放",
"pause": "暂停",
"next": "下一步",
"prev": "上一步",
"step": "第 {{current}}/{{total}} 步"
},
"settings": {
"board_size": "棋盘大小",
"forbidden_rules": "禁手规则",
"timer": "计时器",
"time_limit": "时间限制(秒)",
"difficulty": "AI 难度",
"language": "语言"
}
}