This commit is contained in:
jakciehan
2026-05-12 08:03:21 +08:00
parent d263c7bf48
commit c4bd390478
7 changed files with 292 additions and 198 deletions
+2 -2
View File
@@ -7,7 +7,8 @@ module.exports = {
// ============================================================
// Common
// ============================================================
'common.back': '← Back',
'common.back': '← Back',
'common.cancel': 'Cancel',
'common.joinBtn': 'Join',
'common.cannotConnect': 'Cannot connect to server',
'common.connectFailed': 'Connection failed',
@@ -208,7 +209,6 @@ module.exports = {
'settings.sound': 'Sound',
'settings.music': 'Music',
'settings.vibration': 'Vibration',
'settings.nickname': 'Display Name',
'settings.profile': 'Profile',
// ============================================================
+2 -2
View File
@@ -7,7 +7,8 @@ module.exports = {
// ============================================================
// Common
// ============================================================
'common.back': '← 返回',
'common.back': '← 返回',
'common.cancel': '取消',
'common.joinBtn': '加入',
'common.cannotConnect': '无法连接服务器',
'common.connectFailed': '连接失败',
@@ -208,7 +209,6 @@ module.exports = {
'settings.sound': '音效',
'settings.music': '音乐',
'settings.vibration': '振动',
'settings.nickname': '显示名字',
'settings.profile': '个人资料',
// ============================================================