Userinfo failed to load alert

This commit is contained in:
2025-08-18 13:08:57 +08:00
parent f33b569221
commit e809aadaea
3 changed files with 58 additions and 2 deletions

View File

@@ -850,5 +850,9 @@
"zero": "No invitation",
"one": "{} available invitation",
"other": "{} available invitations"
}
},
"failedToLoadUserInfo": "Failed to load user info",
"failedToLoadUserInfoNetwork": "It seems be network issue, you can tap the button below to try again.",
"failedToLoadUserInfoUnauthorized": "It seems your session has been logged out or not available anymore, you can still try agian to fetch the user info if you want.",
"okay": "Okay"
}

View File

@@ -824,5 +824,9 @@
"zero": "无邀请",
"one": "{} 个可用邀请",
"other": "{} 个可用邀请"
}
},
"failedToLoadUserInfo": "加载用户信息失败",
"failedToLoadUserInfoNetwork": "这看起来是个网络问题,你可以按下面的按钮来重试",
"failedToLoadUserInfoUnauthorized": "看来您的会话已被注销或不再可用,如果您愿意,您仍然可以再次尝试获取用户信息。",
"okay": "了解"
}